pelleg_moore_kmeans_statistic.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PellegMooreKMeansStatistic
 A statistic for trees which holds the blacklist for Pelleg-Moore k-means clustering (which represents the clusters that cannot possibly own any points in a node). More...

 

Namespaces

 mlpack
 
Linear algebra utility functions, generally performed on matrices or vectors.
 
 mlpack::kmeans
 
K-Means clustering.
 

Detailed Description

Author
Ryan Curtin

A StatisticType for trees which holds the blacklist for various k-means clusters. See the Pelleg and Moore paper for more details.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.

Definition in file pelleg_moore_kmeans_statistic.hpp.