Documentation of 'smile.validation.RMSE' Java class
RMSE
smile.validation

Class RMSE

    • Constructor Summary

      Constructors 
      Constructor and Description
      RMSE() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double measure(double[] truth, double[] prediction)
      Returns an index to measure the quality of regression.
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RMSE

        public RMSE()
    • Method Detail

      • measure

        public double measure(double[] truth,
                              double[] prediction)
        Description copied from interface: RegressionMeasure
        Returns an index to measure the quality of regression.
        Specified by:
        measure in interface RegressionMeasure
        Parameters:
        truth - the true response values.
        prediction - the predicted response values.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.