Interface ILabeledInstance
-
- All Superinterfaces:
IInstance,IInstanceSchemaHandler,ILabeledInstanceSchemaHandler
- All Known Subinterfaces:
IDyadRankingInstance,ILabelRankingInstance,IMultiLabelClassificationInstance,IRankingInstance<O>,IRegressionInstance,ISingleLabelClassificationInstance
public interface ILabeledInstance extends IInstance, ILabeledInstanceSchemaHandler
Interface of an instance that has a target value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetLabel()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
-
-