#include <iostream>
#include <cassert>
#include <vector>
#include <set>
#include <limits>
#include "PndMvaUtil.h"
Go to the source code of this file.
◆ PNDMVA_CLUSTER_DEBUG
#define PNDMVA_CLUSTER_DEBUG 0 |
◆ ClusteringType
◆ DataPoints
typedef std::vector<std::pair<std::string, std::vector<float> *> > DataPoints |
Data structure of the space points and the cluster centers.
Definition at line 24 of file PndMvaCluster.h.
◆ ClusteringType
Clustering types.
Enumerator |
---|
KMEANS_HARD | |
KMEANS_SOFT | |
Definition at line 27 of file PndMvaCluster.h.
ClusteringType
Clustering types.