C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter Struct Reference

Parameters for computing initial centroids for K-Means algorithm of the batch mode. More...

Class Declaration

Constructor & Destructor Documentation

Parameter ( const Parameter other)

Constructs parameters of the algorithm that computes initial centroids for K-Means algorithm by copying another parameters object

Parameters
[in]otherParameters of K-Means algorithm

Member Data Documentation

size_t nTrials

Kmeans++ only. The number of trials to generate all clusters but the first initial cluster.


The documentation for this struct was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.