Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MaiRajborirug authored Dec 15, 2019
1 parent b1c41c8 commit f22468c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions Plot_anomaly_comparison_3D.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions plot_anomaly_comparison-3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def misaligned_blobs(samples=3, sd=0.0):
X_noise = make_blobs(
n_samples=n_samples,
centers=1,
n_features=2,
n_features=d_noise,
random_state=0,
cluster_std=1,
center_box=(0.0, 0.0),
Expand Down Expand Up @@ -381,4 +381,4 @@ def misaligned_blobs(samples=3, sd=0.0):
ax.yaxis.set_ticklabels([])
plot_num += 1
print("d_noise = ", str(d_noise))
plt.show()
plt.show()

0 comments on commit f22468c

Please sign in to comment.