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

List of all members
Parameter Class Reference

AdaBoost algorithm parameters. More...

Detailed Description

Member Function Documentation

◆ getAccuracyThreshold()

double getAccuracyThreshold ( )

Retrieves the accuracy of the AdaBoost training algorithm

Returns
Accuracy of the AdaBoost training algorithm

◆ getMaxIterations()

long getMaxIterations ( )

Retrieves the maximal number of iterations for the AdaBoost training algorithm

Returns
Maximal number of iterations

◆ setAccuracyThreshold()

void setAccuracyThreshold ( double  accuracyThreshold)

Sets the accuracy of the AdaBoost training algorithm

Parameters
accuracyThresholdAccuracy of the AdaBoost training algorithm

◆ setMaxIterations()

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.