Closed kilojapan closed 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);
k-means was changed not to use underscore.js
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);