C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
DistributedStep2LocalPlusPlusParameter Struct Reference

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

Class Declaration

struct DAAL_EXPORT Parameter : public daal::algorithms::Parameter
{
Parameter(size_t _nClusters, size_t _offset = 0, size_t _seed = 777777);
Parameter(const Parameter &other);
size_t nClusters;
size_t nRowsTotal;
size_t offset;
size_t seed;
size_t nRounds;
engines::EnginePtr engine;
services::Status check() const DAAL_C11_OVERRIDE;
};

Constructor & Destructor Documentation

◆ DistributedStep2LocalPlusPlusParameter() [1/2]

DistributedStep2LocalPlusPlusParameter ( size_t  _nClusters,
bool  bFirstIteration 
)

Main constructor

◆ DistributedStep2LocalPlusPlusParameter() [2/2]

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

Parameters
[in]otherParameters of the K-Means algorithm

Member Data Documentation

◆ firstIteration

bool firstIteration

True if step2 is called for the first time

◆ outputForStep5Required

bool outputForStep5Required

True if the last iteration of parallelPlus algorithm processing is performed


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

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