Results of the clustering process. More...
#include <xmmKMeansResults.hpp>
Public Attributes | |
std::vector< float > | distances |
Distance of the observation to each cluster. More... | |
unsigned int | likeliest |
Likeliest Cluster. More... | |
Results of the clustering process.
std::vector<float> xmm::Results< KMeans >::distances |
Distance of the observation to each cluster.
unsigned int xmm::Results< KMeans >::likeliest |
Likeliest Cluster.