public class RegressionMetrics
extends javax.visrec.ml.eval.EvaluationMetrics
Constructor and Description |
---|
RegressionMetrics() |
Modifier and Type | Method and Description |
---|---|
float |
getFStat() |
float |
getMaxError() |
float |
getMeanAbsoluteError() |
float |
getMeanAbsolutePercentageError() |
float |
getMeanSquaredError()
Mean squared error is the average value of the sum of squared errors.
|
float |
getR2()
Proportion of variance explained by the model.A value between 0 and 1, where 1 is the best and 0 worst.
|
float |
getResidualStandardError() |
float |
getRootMeanSquaredError() |
float |
getSquaredErrorSum() |
void |
setFStat(float fStat) |
void |
setMaxError(float maxError) |
void |
setMeanAbsoluteError(float meanAbsoluteError) |
void |
setMeanAbsolutePercentageError(float meanAbsolutePercentageError) |
void |
setMeanSquaredError(float meanSquaredError) |
void |
setR2(float r2) |
void |
setResidualStandardError(float residualStandardError) |
void |
setRootMeanSquaredError(float rootMeanSquaredError) |
void |
setSquaredErrorSum(float squaredErrorSum) |
String |
toString() |
public float getR2()
public void setR2(float r2)
public float getMeanSquaredError()
public void setMeanSquaredError(float meanSquaredError)
public float getRootMeanSquaredError()
public void setRootMeanSquaredError(float rootMeanSquaredError)
public float getMeanAbsoluteError()
public void setMeanAbsoluteError(float meanAbsoluteError)
public float getMeanAbsolutePercentageError()
public float getSquaredErrorSum()
public void setSquaredErrorSum(float squaredErrorSum)
public void setMeanAbsolutePercentageError(float meanAbsolutePercentageError)
public float getMaxError()
public void setMaxError(float maxError)
public float getResidualStandardError()
public void setResidualStandardError(float residualStandardError)
public float getFStat()
public void setFStat(float fStat)
public String toString()
toString
in class javax.visrec.ml.eval.EvaluationMetrics
Copyright © 2022. All rights reserved.