C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameters for K-Means algorithm. More...
Parameter | ( | size_t | _nClusters, |
size_t | _maxIterations | ||
) |
Constructs parameters of K-Means algorithm
[in] | _nClusters | Number of clusters |
[in] | _maxIterations | Number of iterations |
Constructs parameters of K-Means algorithm by copying another parameters of K-Means algorithm
[in] | other | Parameters of K-Means algorithm |
double accuracyThreshold |
Threshold for the termination of the algorithm
bool assignFlag |
Do data points assignment
DistanceType distanceType |
Distance used in the algorithm
double gamma |
Weight used in distance computation for categorical features
size_t maxIterations |
Number of iterations
size_t nClusters |
Number of clusters
For more complete information about compiler optimizations, see our Optimization Notice.