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

List of all members
Parameter Class Reference

AdaBoost algorithm parameters. More...

Detailed Description

Member Function Documentation

double getAccuracyThreshold ( )

Retrieves the accuracy of the AdaBoost training algorithm

Returns
Accuracy of the AdaBoost training algorithm
long getMaxIterations ( )

Retrieves the maximal number of iterations for the AdaBoost training algorithm

Returns
Maximal number of iterations
void setAccuracyThreshold ( double  accuracyThreshold)

Sets the accuracy of the AdaBoost training algorithm

Parameters
accuracyThresholdAccuracy of the AdaBoost training algorithm
void setMaxIterations ( long  maxIterations)

Sets the maximal number of iterations for the AdaBoost training algorithm

Parameters
maxIterationsMaximal number of iterations

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

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