Package adams.ml.model.classification
Interface MultiTargetClassificationModel
-
- All Superinterfaces:
Model,Serializable
public interface MultiTargetClassificationModel extends Model
Interface for classification models.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>classify(Row row)Returns the label for the given row.Map<String,double[]>distribution(Row row)Returns the class distribution for the given row.-
Methods inherited from interface adams.ml.model.Model
getDatasetInfo, getModelDescription, isCompatible
-
-