C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class for parameters of the boosting algorithm More...
Parameter | ( | ) |
Default constructor. Sets the decision stump as the default weak learner
Parameter | ( | const services::SharedPtr< weak_learner::training::Batch > & | wlTrainForParameter, |
const services::SharedPtr< weak_learner::prediction::Batch > & | wlPredictForParameter | ||
) |
Constructs boosting algorithm parameters from weak learner training and prediction algorithms
[in] | wlTrainForParameter | Pointer to the training algorithm of the weak learner |
[in] | wlPredictForParameter | Pointer to the prediction algorithm of the weak learner |
services::SharedPtr<weak_learner::prediction::Batch> weakLearnerPrediction |
The algorithm for prediction based on a weak learner model
services::SharedPtr<weak_learner::training::Batch> weakLearnerTraining |
The algorithm for weak learner model training
For more complete information about compiler optimizations, see our Optimization Notice.