C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members

Parameters of the prediction algorithm. More...

Class Declaration

struct DAAL_EXPORT Parameter : public daal::algorithms::classifier::Parameter
{
Parameter(size_t nClasses = 2) : daal::algorithms::classifier::Parameter(nClasses), resultsToCompute(computeClassesLabels) {}
Parameter(const Parameter& o) : daal::algorithms::classifier::Parameter(o), resultsToCompute(o.resultsToCompute){}
DAAL_UINT64 resultsToCompute;
};

Member Data Documentation

DAAL_UINT64 resultsToCompute

64 bit integer flag that indicates the results to compute


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

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