public static class Model.InteractionSpec extends Iced
| Modifier and Type | Method and Description |
|---|---|
static Model.InteractionSpec |
allPairwise(java.lang.String[] columns) |
static Model.InteractionSpec |
create(java.lang.String[] columns,
StringPair[] pairs) |
boolean |
isEmpty() |
Model.InteractionPair[] |
makeInteractionPairs(Frame f) |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSONpublic static Model.InteractionSpec allPairwise(java.lang.String[] columns)
public static Model.InteractionSpec create(java.lang.String[] columns, StringPair[] pairs)
public boolean isEmpty()
public Model.InteractionPair[] makeInteractionPairs(Frame f)