Base class for the parameters of the BrownBoost training algorithm.
More...
| double getAccuracyThreshold |
( |
| ) |
|
Retrieves the accuracy of the BrownBoost training algorithm
- Returns
- Accuracy of the BrownBoost training algorithm
| double getDegenerateCasesThreshold |
( |
| ) |
|
Retrieves the threshold needed to avoid degenerate cases in the BrownBoost training algorithm
- Returns
- The threshold
| long getMaxIterations |
( |
| ) |
|
Retrieves the maximal number of iterations of the BrownBoost training algorithm
- Returns
- Maximal number of iterations
| double getNewtonRaphsonAccuracyThreshold |
( |
| ) |
|
Retrieves the accuracy threshold for Newton-Raphson iterations in the BrownBoost training algorithm
- Returns
- Accuracy threshold
| long getNewtonRaphsonMaxIterations |
( |
| ) |
|
Retrieves the maximal number of Newton-Raphson iterations in the BrownBoost training algorithm
- Returns
- Maximal number of Newton-Raphson iterations
| void setAccuracyThreshold |
( |
double |
accuracyThreshold | ) |
|
Sets the accuracy of the BrownBoost training algorithm
- Parameters
-
| accuracyThreshold | Accuracy of the BrownBoost training algorithm |
| void setDegenerateCasesThreshold |
( |
double |
degenerateCasesThreshold | ) |
|
Sets the threshold to avoid degenerate cases in the BrownBoost training algorithm
- Parameters
-
| degenerateCasesThreshold | The threshold |
| void setMaxIterations |
( |
long |
maxIterations | ) |
|
Sets the maximal number of iterations of the BrownBoost training algorithm
- Parameters
-
| maxIterations | Maximal number of iterations |
| void setNewtonRaphsonAccuracyThreshold |
( |
double |
newtonRaphsonAccuracyThreshold | ) |
|
Sets the accuracy threshold for Newton-Raphson iterations in the BrownBoost training algorithm
- Parameters
-
| newtonRaphsonAccuracyThreshold | Accuracy threshold |
| 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