Base class for the parameters of the BrownBoost training algorithm.
More...
◆ getAccuracyThreshold()
double getAccuracyThreshold |
( |
| ) |
|
Retrieves the accuracy of the BrownBoost training algorithm
- Returns
- Accuracy of the BrownBoost training algorithm
◆ getDegenerateCasesThreshold()
double getDegenerateCasesThreshold |
( |
| ) |
|
Retrieves the threshold needed to avoid degenerate cases in the BrownBoost training algorithm
- Returns
- The threshold
◆ getMaxIterations()
long getMaxIterations |
( |
| ) |
|
Retrieves the maximal number of iterations of the BrownBoost training algorithm
- Returns
- Maximal number of iterations
◆ getNewtonRaphsonAccuracyThreshold()
double getNewtonRaphsonAccuracyThreshold |
( |
| ) |
|
Retrieves the accuracy threshold for Newton-Raphson iterations in the BrownBoost training algorithm
- Returns
- Accuracy threshold
◆ getNewtonRaphsonMaxIterations()
long getNewtonRaphsonMaxIterations |
( |
| ) |
|
Retrieves the maximal number of Newton-Raphson iterations in the BrownBoost training algorithm
- Returns
- Maximal number of Newton-Raphson iterations
◆ setAccuracyThreshold()
void setAccuracyThreshold |
( |
double |
accuracyThreshold | ) |
|
Sets the accuracy of the BrownBoost training algorithm
- Parameters
-
accuracyThreshold | Accuracy of the BrownBoost training algorithm |
◆ setDegenerateCasesThreshold()
void setDegenerateCasesThreshold |
( |
double |
degenerateCasesThreshold | ) |
|
Sets the threshold to avoid degenerate cases in the BrownBoost training algorithm
- Parameters
-
degenerateCasesThreshold | The threshold |
◆ setMaxIterations()
void setMaxIterations |
( |
long |
maxIterations | ) |
|
Sets the maximal number of iterations of the BrownBoost training algorithm
- Parameters
-
maxIterations | Maximal number of iterations |
◆ setNewtonRaphsonAccuracyThreshold()
void setNewtonRaphsonAccuracyThreshold |
( |
double |
newtonRaphsonAccuracyThreshold | ) |
|
Sets the accuracy threshold for Newton-Raphson iterations in the BrownBoost training algorithm
- Parameters
-
newtonRaphsonAccuracyThreshold | Accuracy threshold |
◆ setNewtonRaphsonMaxIterations()
void setNewtonRaphsonMaxIterations |
( |
long |
newtonRaphsonMaxIterations | ) |
|
Sets the maximal number of Newton-Raphson iterations in the BrownBoost training algorithm
- Parameters
-
newtonRaphsonMaxIterations | Maximal number of Newton-Raphson iterations |
The documentation for this class was generated from the following file:
- brownboost/Parameter.java