Interface IRankingInstance<O>
-
- All Superinterfaces:
IInstance,IInstanceSchemaHandler,ILabeledInstance,ILabeledInstanceSchemaHandler
- All Known Subinterfaces:
IDyadRankingInstance,ILabelRankingInstance
public interface IRankingInstance<O> extends ILabeledInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRanking<O>getLabel()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
IRanking<O> getLabel()
Description copied from interface:ILabeledInstanceGetter for the value of the target attribute.- Specified by:
getLabelin interfaceILabeledInstance- Returns:
- The value of the target attribute.
-
-