Interface RegressionModel

  • All Superinterfaces:
    Model, Serializable
    All Known Implementing Classes:
    WekaRegressionModel

    public interface RegressionModel
    extends Model
    Interface for regression models.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • classify

        double classify​(Row row)
                 throws Exception
        Returns the regression for the given row.
        Parameters:
        row - the row to make predictions for
        Returns:
        the prediction
        Throws:
        Exception - if prediction fails