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

References | Namespaces | Classes | Enumerations

Contains classes for training the multi-class classifier model. More...

References

 Batch
 

Namespaces

 daal::algorithms::multi_class_classifier::training
 Contains classes for training the multi-class classifier model.
 
 daal::algorithms::multi_class_classifier::training::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Result
 Provides methods to access final results obtained with the compute() method for the multi-class classifier algorithm in the batch processing mode; or finalizeCompute() method of the algorithm in the online or distributed processing mode. More...
 

Enumerations

enum  Method { oneAgainstOne = 0 }
 

Enumeration Type Documentation

enum Method

Available computation methods for the multi-class classifier algorithm

Enumerator
oneAgainstOne 

One-against-one method

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