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::interface1::AlgorithmContainerImpl
Abstract interface class that provides virtual methods to access and run implementations of the algor...
Definition: algorithm_container_base_common.h:181
daal::algorithms::interface1::AlgorithmImpl
Provides implementations of the compute and finalizeCompute methods of the Algorithm class...
Definition: algorithm_base_mode_impl.h:74
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