33 #ifndef xmmKMeansResults_h 34 #define xmmKMeansResults_h 36 #include "../../core/model/xmmModelResults.hpp" Results of the filtering/inference process (for a Model with multiple classes).
Definition: xmmModelResults.hpp:80
std::vector< float > distances
Distance of the observation to each cluster.
Definition: xmmKMeansResults.hpp:48
K-Means Clustering algorithm.
Definition: xmmKMeans.hpp:46
unsigned int likeliest
Likeliest Cluster.
Definition: xmmKMeansResults.hpp:53
Definition: xmmAttribute.hpp:42