Cosmetics so that I will understand in three months the glpk use.
[clueless-kmeans.git] / clueless-kmean.cc
index 13d9624..e3d4f93 100644 (file)
@@ -77,6 +77,7 @@ int main(int argc, char **argv) {
   glp_term_out(0);
 
   clusterer.train(Clusterer::UNINFORMATIVE_LP_ASSOCIATION,
+                  // Clusterer::STANDARD_LP_ASSOCIATION,
                   nb_clusters,
                   sample_set.dim,
                   sample_set.nb_points, sample_set.points,