Documentation of 'smile.regression.Regression' Java class
Regression
smile.regression

Interface Regression<T>

    • Method Detail

      • predict

        double predict(T x)
        Predicts the dependent variable of an instance.
        Parameters:
        x - the instance.
        Returns:
        the predicted value of dependent variable.
      • predict

        default double[] predict(T[] x)
        Predicts the dependent variables of an array of instances.
        Parameters:
        x - the instances.
        Returns:
        the predicted values.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.