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