Interface IDyadRankingInstance
-
- All Superinterfaces:
IInstance,IInstanceSchemaHandler,ILabeledInstance,ILabeledInstanceSchemaHandler,IRankingInstance<IDyad>,java.lang.Iterable<IDyad>
public interface IDyadRankingInstance extends IRankingInstance<IDyad>, java.lang.Iterable<IDyad>
-
-
Method Summary
-
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
-
Methods inherited from interface org.api4.java.ai.ml.ranking.dataset.IRankingInstance
getLabel
-
-