49 #ifndef __REGRESSION_TRAINING_BATCH_H__
50 #define __REGRESSION_TRAINING_BATCH_H__
52 #include "algorithms/regression/regression_training_types.h"
77 class DAAL_EXPORT Batch :
public Training<batch>
85 virtual Input* getInput() = 0;
93 services::Status setResult(
const ResultPtr& res)
95 DAAL_CHECK(res, services::ErrorNullResult)
98 return services::Status();
105 ResultPtr getResult() {
return _result; }
112 using interface1::Batch;
daal::algorithms::regression::training::interface1::Batch::getResult
ResultPtr getResult()
Definition: regression_training_batch.h:105
daal::algorithms::regression::training::interface1::Batch::setResult
services::Status setResult(const ResultPtr &res)
Definition: regression_training_batch.h:93
daal
Definition: algorithm_base_common.h:57
daal::algorithms::regression::training::interface1::Batch
Provides methods for the regression model-based training in the batch processing mode.
Definition: regression_training_batch.h:77
daal::services::ErrorNullResult
Definition: error_indexes.h:122
daal::algorithms::Training
Provides methods to train models that depend on the data provided. For example, these methods enable ...
Definition: training.h:86