Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Base class for the parameters of the boosting algorithm. More...
PredictionBatch getWeakLearnerPrediction | ( | ) |
Retrieves the algorithm for prediction based on a weak learner model
TrainingBatch getWeakLearnerTraining | ( | ) |
Retrieves the algorithm for weak learner model training
void setWeakLearnerPrediction | ( | PredictionBatch | weakLearnerPrediction | ) |
Sets the algorithm for prediction based on a weak learner model
weakLearnerPrediction | Algorithm for prediction based on a weak learner model |
void setWeakLearnerTraining | ( | TrainingBatch | weakLearnerTraining | ) |
Sets the algorithm for weak learner model training
weakLearnerTraining | Algorithm for weak learner model training |
For more complete information about compiler optimizations, see our Optimization Notice.