48 #ifndef __TRAINING_H__
49 #define __TRAINING_H__
76 template<ComputeMode mode>
class TrainingContainerIface :
public AlgorithmContainerImpl<mode> {};
86 template<ComputeMode mode>
class Training :
public AlgorithmImpl<mode> {};
daal
Definition: algorithm_base_common.h:57
daal::algorithms::TrainingContainerIface
Abstract interface class that provides virtual methods to access and run implementations of the model...
Definition: training.h:76
daal::algorithms::Training
Provides methods to train models that depend on the data provided. For example, these methods enable ...
Definition: training.h:86