Package ai.libs.jaicore.ml.ranking.dyad
Interface IVectorDyad
-
- All Superinterfaces:
org.api4.java.ai.ml.ranking.dyad.dataset.IDyad
public interface IVectorDyad extends org.api4.java.ai.ml.ranking.dyad.dataset.IDyad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.api4.java.common.math.IVectorgetAlternative()org.api4.java.common.math.IVectorgetContext()
-
-
-
Method Detail
-
getContext
org.api4.java.common.math.IVector getContext()
- Specified by:
getContextin interfaceorg.api4.java.ai.ml.ranking.dyad.dataset.IDyad
-
getAlternative
org.api4.java.common.math.IVector getAlternative()
- Specified by:
getAlternativein interfaceorg.api4.java.ai.ml.ranking.dyad.dataset.IDyad
-
-