Class for the parameter of the linear regression quality metrics set algorithm.
More...
double getAccuracyThreshold |
( |
| ) |
|
Retrieves the accuracy of the algorithm (used for statistics calculation)
- Returns
- Accuracy of the algorithm
Retrieves the significance level used in the computation of beta confidence intervals
- Returns
- Significance level of the algorithm
Gets the number of beta coefficients
- Returns
- Number of betas
long getNBetaReducedModel |
( |
| ) |
|
Gets the number of beta coefficients in reduced model
- Returns
- Number of betas in reduced model
void setAccuracyThreshold |
( |
double |
accuracyThreshold | ) |
|
Sets the accuracy of the algorithm (used for statistics calculation)
- Parameters
-
accuracyThreshold | Accuracy of the algorithm |
void setAlpha |
( |
double |
alpha | ) |
|
Sets the significance level used in the computation of beta confidence intervals
- Parameters
-
alpha | Significance level of the algorithm |
void setNBeta |
( |
long |
nBeta | ) |
|
Sets the number of beta coefficients
- Parameters
-
nBeta | Number of beta coefficients in the model |
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:
- linear_regression/quality_metric_set/QualityMetricSetParameter.java