mil-tokyo / tempura

Machine Learning Library for Sushi
http://mil-tokyo.github.io/tempura/
MIT License
47 stars 2 forks source link

Bug in K-means Test #12

Closed kilojapan closed 9 years ago

kilojapan commented 9 years ago

K-means does not pass the test for node.js because it requires underscore.js. Please implement alternative codes to using underscore.js, or include the underscore.js codes to Neo.utils and explicitly mention the usage of OOS in manual or somewhere

.sample(.range(n_samples), n_clusters);

akanehira commented 9 years ago

k-means was changed not to use underscore.js