public static class Model.InteractionPair extends Iced<Model.InteractionPair>
| Modifier and Type | Field and Description |
|---|---|
int |
vecIdx |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static Model.InteractionPair[] |
generatePairwiseInteractions(int from,
int to)
Generate all pairwise combinations of ints in the range [from,to).
|
static Model.InteractionPair[] |
generatePairwiseInteractionsFromList(int... indexes)
Generate all pairwise combinations of the arguments.
|
int |
hashCode() |
java.lang.String |
toString() |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSONpublic static Model.InteractionPair[] generatePairwiseInteractions(int from, int to)
from - Start indexto - End index (exclusive)public static Model.InteractionPair[] generatePairwiseInteractionsFromList(int... indexes)
indexes - An array of column indices.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object