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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jul 18 15:47:08 EDT 2013


Author: rcurtin
Date: Thu Jul 18 15:47:08 2013
New Revision: 15503

Log:
Spelling fix.


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

Modified: mlpack/trunk/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp	Thu Jul 18 15:47:08 2013
@@ -28,7 +28,7 @@
    * Take the point furthest from the centroid of the cluster with maximum
    * variance to be a new cluster.
    *
-   * @tparam MatType Type of data (arma::mat or arma::spmat).
+   * @tparam MatType Type of data (arma::mat or arma::sp_mat).
    * @param data Dataset on which clustering is being performed.
    * @param emptyCluster Index of cluster which is empty.
    * @param centroids Centroids of each cluster (one per column).



More information about the mlpack-svn mailing list