Interface IMultiLabelClassificationInstance
-
- All Superinterfaces:
IInstance,IInstanceSchemaHandler,ILabeledInstance,ILabeledInstanceSchemaHandler
public interface IMultiLabelClassificationInstance extends ILabeledInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMultiLabelSetgetLabel()Getter for the value of the target attribute.-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.IInstance
getAttributeValue, getPoint, getPointValue
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.IInstanceSchemaHandler
getAttribute, getListOfAttributes, getNumAttributes
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.ILabeledInstanceSchemaHandler
getInstanceSchema, getLabelAttribute
-
-
-
-
Method Detail
-
getLabel
IMultiLabelSet getLabel()
Description copied from interface:ILabeledInstanceGetter for the value of the target attribute.- Specified by:
getLabelin interfaceILabeledInstance- Returns:
- The value of the target attribute.
-
-