Interface MultiTargetRegressionModel

  • All Superinterfaces:
    Model, Serializable

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

      • classify

        Map<String,​Double> classify​(Row row)
                                   throws Exception
        Returns the regressions for the given row.
        Parameters:
        row - the row to make predictions for
        Returns:
        the prediction per class attribute
        Throws:
        Exception - if prediction fails