Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Parameter Class Reference

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

Detailed Description

Member Function Documentation

◆ getWeakLearnerPrediction()

PredictionBatch getWeakLearnerPrediction ( )

Retrieves the algorithm for prediction based on a weak learner model

Returns
Algorithm for prediction based on a weak learner model

◆ getWeakLearnerTraining()

TrainingBatch getWeakLearnerTraining ( )

Retrieves the algorithm for weak learner model training

Returns
Algorithm for weak learner model training

◆ setWeakLearnerPrediction()

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

◆ setWeakLearnerTraining()

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.