[mlpack-svn] r16921 - mlpack/trunk/src/mlpack/methods/kmeans

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jul 29 11:59:49 EDT 2014


Author: rcurtin
Date: Tue Jul 29 11:59:49 2014
New Revision: 16921

Log:
Extremely minor changes.


Modified:
   mlpack/trunk/src/mlpack/methods/kmeans/kmeans.hpp

Modified: mlpack/trunk/src/mlpack/methods/kmeans/kmeans.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/kmeans/kmeans.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/kmeans/kmeans.hpp	Tue Jul 29 11:59:49 2014
@@ -54,7 +54,7 @@
  *
  * @see RandomPartition, RefinedStart, AllowEmptyClusters, MaxVarianceNewCluster
  */
-template<typename MetricType = metric::SquaredEuclideanDistance,
+template<typename MetricType = metric::EuclideanDistance,
          typename InitialPartitionPolicy = RandomPartition,
          typename EmptyClusterPolicy = MaxVarianceNewCluster>
 class KMeans
@@ -190,4 +190,4 @@
 // Include implementation.
 #include "kmeans_impl.hpp"
 
-#endif // __MLPACK_METHODS_MOG_KMEANS_HPP
+#endif // __MLPACK_METHODS_KMEANS_KMEANS_HPP



More information about the mlpack-svn mailing list