Class ADyadRankingInstance

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.nd4j.linalg.api.ndarray.INDArray toMatrix()
      Converts a dyad ranking to a INDArray matrix where each row corresponds to a dyad.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Constructor Detail

      • ADyadRankingInstance

        public ADyadRankingInstance()
    • Method Detail

      • toMatrix

        public org.nd4j.linalg.api.ndarray.INDArray toMatrix()
        Description copied from interface: IDyadRankingInstance
        Converts a dyad ranking to a INDArray matrix where each row corresponds to a dyad.
        Specified by:
        toMatrix in interface IDyadRankingInstance
        Returns:
        The dyad ranking in INDArray matrix form.