48 #ifndef __PREDICTION_H__ 49 #define __PREDICTION_H__ 66 class PredictionContainerIface :
public AlgorithmContainerImpl<batch> {};
68 class DistributedPredictionContainerIface :
public AlgorithmContainerImpl<distributed> {};
76 class Prediction :
public AlgorithmImpl<batch> {};
78 class DistributedPrediction :
public AlgorithmImpl<distributed> {};
daal::algorithms::DistributedPrediction
Definition: prediction.h:78
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::Prediction
Provides prediction methods depending on the model such as linear_regression::Model. The methods of the class support different computation modes: batch, distributed, and online(see ComputeMode). Classes that implement specific algorithms of the model based data prediction are derived classes of the Prediction class. The class additionally provides virtual methods for validation of input and output parameters of the algorithms.
Definition: prediction.h:76
daal::algorithms::PredictionContainerIface
Abstract interface class that provides virtual methods to access and run implementations of the algor...
Definition: prediction.h:66
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::DistributedPredictionContainerIface
Definition: prediction.h:68