Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Mekhedkin Meskhi committed Mar 10, 2018
1 parent 8da30dc commit 85fe7b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# complexity
Authors: Ricardo Vilalta, Dainis Boumber, Michael Meskhi.
# Complexity
*Authors*: Ricardo Vilalta, Dainis Boumber, Michael Meskhi.

Current work on estimating complexity of a distribution.
**Description**

TODO
2 changes: 2 additions & 0 deletions visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
X2, y2 = make_blobs(300, centers=[[1, -1], [1, 0]], cluster_std=0.1)
X=np.vstack((X1,X2))
y=np.hstack((y1,y2))
np.savetxt("3dx.csv", X, delimiter=",")
np.savetxt("3dy.csv", y, delimiter=",")
ax.scatter(X[:,0], X[:,1], c=y, cmap='cool', alpha=0.4)
ax = plt.subplot2grid(grid_size, (0, 1))

Expand Down

0 comments on commit 85fe7b2

Please sign in to comment.