Created
October 4, 2016 14:09
-
-
Save remore/084b9170d1ddad9490c7d3c9664b2f3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jl = VirtualModule.new(:julia=>["Clustering"]) | |
r = jl.Clustering.kmeans(jl.rand(5, 1000), 20, maxiter:200, display: :iter) | |
p jl.Clustering.assignments(r) # [3, 13, 2, 7, 15, 12, 10, ... 13, 1, 8] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment