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