Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members
Parameter Class Reference

Base class for the parameters of the boosting algorithm. More...

Detailed Description

Member Function Documentation

PredictionBatch getWeakLearnerPrediction ( )

Retrieves the algorithm for prediction based on a weak learner model

Returns
Algorithm for prediction based on a weak learner model
TrainingBatch getWeakLearnerTraining ( )

Retrieves the algorithm for weak learner model training

Returns
Algorithm for weak learner model training
void setWeakLearnerPrediction ( PredictionBatch  weakLearnerPrediction)

Sets the algorithm for prediction based on a weak learner model

Parameters
weakLearnerPredictionAlgorithm for prediction based on a weak learner model
void setWeakLearnerTraining ( TrainingBatch  weakLearnerTraining)

Sets the algorithm for weak learner model training

Parameters
weakLearnerTrainingAlgorithm for weak learner model training

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.