Interface IDyadRankingInstance
-
- All Superinterfaces:
IInstance,ILabeledInstance,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
getAttributes, getAttributeValue, getNumAttributes, getPoint, getPointValue, isAttributeValuePresent, removeColumn
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance
isLabelPresent, setAttributeValue, setLabel
-
Methods inherited from interface org.api4.java.ai.ml.ranking.dataset.IRankingInstance
getLabel, getNumberOfRankedElements
-
-