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

List of all members
ParameterBase Struct Reference

Parameters of the multi-class classifier algorithm. More...

Class Declaration

struct DAAL_EXPORT ParameterBase : public daal::algorithms::classifier::Parameter
{
ParameterBase(size_t nClasses): daal::algorithms::classifier::Parameter(nClasses), training(), prediction() {}
services::SharedPtr<algorithms::classifier::training::Batch> training;
services::SharedPtr<algorithms::classifier::prediction::Batch> prediction;
};

Member Data Documentation

services::SharedPtr<algorithms::classifier::prediction::Batch> prediction

Two-class classifier prediction stage

services::SharedPtr<algorithms::classifier::training::Batch> training

Two-class classifier training stage


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

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