Interface Regression

    • Method Detail

      • predict

        double predict​(double input1,
                       double... input)
        Predict a value given one or more inputs.
        Parameters:
        input1 - The first input.
        input - The rest of the input.
        Returns:
        The prediction.