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.IVector getAlternative()  
      org.api4.java.common.math.IVector getContext()  
      • Methods inherited from interface org.api4.java.ai.ml.ranking.dyad.dataset.IDyad

        toDoubleVector
    • Method Detail

      • getContext

        org.api4.java.common.math.IVector getContext()
        Specified by:
        getContext in interface org.api4.java.ai.ml.ranking.dyad.dataset.IDyad
      • getAlternative

        org.api4.java.common.math.IVector getAlternative()
        Specified by:
        getAlternative in interface org.api4.java.ai.ml.ranking.dyad.dataset.IDyad