public abstract class ADyadRankingInstance extends java.lang.Object implements IDyadRankingInstance
| Constructor and Description |
|---|
ADyadRankingInstance() |
| Modifier and Type | Method and Description |
|---|---|
org.nd4j.linalg.api.ndarray.INDArray |
toMatrix()
Converts a dyad ranking to a
INDArray matrix where each row
corresponds to a dyad. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDyadAtPosition, lengthgetTargetValuepublic org.nd4j.linalg.api.ndarray.INDArray toMatrix()
IDyadRankingInstanceINDArray matrix where each row
corresponds to a dyad.toMatrix in interface IDyadRankingInstanceINDArray matrix form.