smile.validation
Interface RegressionMeasure
-
- All Known Implementing Classes:
- MeanAbsoluteDeviation, MSE, RMSE, RSS
public interface RegressionMeasureAn abstract interface to measure the regression performance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublemeasure(double[] truth, double[] prediction)Returns an index to measure the quality of regression.
-
DataMelt 3.0 © DataMelt by jWork.ORG