Base class for the parameters of the algorithm.
More...
◆ GroupOfBetasParameter()
Constructs the parameters of the quality metric algorithm
- Parameters
-
context | Context to manage the parameters of the quality metric algorithm |
◆ getAccuracyThreshold()
double getAccuracyThreshold |
( |
| ) |
|
Retrieves the accuracy of the algorithm (used for statistics calculation)
- Returns
- Accuracy of the algorithm
◆ getNBeta()
Gets the number of beta coefficients
- Returns
- Number of betas
◆ getNBetaReducedModel()
long getNBetaReducedModel |
( |
| ) |
|
Gets the number of beta coefficients in reduced model
- Returns
- Number of betas in reduced model
◆ setAccuracyThreshold()
void setAccuracyThreshold |
( |
double |
accuracyThreshold | ) |
|
Sets the accuracy of the algorithm (used for statistics calculation)
- Parameters
-
accuracyThreshold | Accuracy of the algorithm |
◆ setNBeta()
void setNBeta |
( |
long |
nBeta | ) |
|
Sets the number of beta coefficients
- Parameters
-
nBeta | Number of beta coefficients in the model |
◆ setNBetaReducedModel()
void setNBetaReducedModel |
( |
long |
nBetaReducedModel | ) |
|
Sets the number of beta coefficients
- Parameters
-
nBetaReducedModel | Number of beta coefficients in the model |
The documentation for this class was generated from the following file:
- GroupOfBetasParameter.java