49 #ifndef __LINEAR_MODEL_TRAINING_BATCH_H__ 50 #define __LINEAR_MODEL_TRAINING_BATCH_H__ 52 #include "algorithms/linear_model/linear_model_training_types.h" 53 #include "algorithms/regression/regression_training_batch.h" 59 namespace linear_model
78 class DAAL_EXPORT Batch :
public regression::training::Batch
81 typedef algorithms::linear_model::training::Input InputType;
82 typedef algorithms::linear_model::Parameter ParameterType;
83 typedef algorithms::linear_model::training::Result ResultType;
89 ResultPtr getResult() {
return ResultType::cast(_result); }
93 using interface1::Batch;
daal::algorithms::linear_model::training::interface1::Batch::getResult
ResultPtr getResult()
Definition: linear_model_training_batch.h:89
daal
Definition: algorithm_base_common.h:57
daal::algorithms::linear_model::training::interface1::Result
Provides methods to access the result obtained with the compute() method of the regression model-base...
Definition: linear_model_training_types.h:174
daal::algorithms::linear_model::interface1::Parameter
Parameters for the regression algorithm.
Definition: linear_model_model.h:85
daal::services::interface1::SharedPtr
Shared pointer that retains shared ownership of an object through a pointer. Several SharedPtr object...
Definition: daal_shared_ptr.h:187
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::algorithms::linear_model::training::interface1::Batch
Provides methods for linear model model-based training in the batch processing mode.
Definition: linear_model_training_batch.h:78