Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
AdaBoost algorithm parameters. More...
double getAccuracyThreshold | ( | ) |
Retrieves the accuracy of the AdaBoost training algorithm
long getMaxIterations | ( | ) |
Retrieves the maximal number of iterations for the AdaBoost training algorithm
void setAccuracyThreshold | ( | double | accuracyThreshold | ) |
Sets the accuracy of the AdaBoost training algorithm
accuracyThreshold | Accuracy of the AdaBoost training algorithm |
void setMaxIterations | ( | long | maxIterations | ) |
Sets the maximal number of iterations for the AdaBoost training algorithm
maxIterations | Maximal number of iterations |
For more complete information about compiler optimizations, see our Optimization Notice.