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

List of all members
Parameter Struct Reference

Parameters of the prediction algorithm. More...

Class Declaration

Deprecated:
This item will be removed in a future release.
struct DAAL_EXPORT Parameter : public daal::algorithms::classifier::interface1::Parameter
{
DAAL_DEPRECATED Parameter(size_t nClasses = 2) : daal::algorithms::classifier::interface1::Parameter(nClasses), resultsToCompute(computeClassesLabels) {}
DAAL_DEPRECATED Parameter(const Parameter& o) : daal::algorithms::classifier::interface1::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.