public class InteractionV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
FrameKeyV3 |
dest
destination key
|
java.lang.String[] |
factorColumns
Factor columns
|
int |
maxFactors
Max.
|
int |
minOccurrence
Min.
|
boolean |
pairwise
Whether to create pairwise quadratic interactions between factors (otherwise create one higher-order
interaction).
|
FrameKeyV3 |
sourceFrame
Input data frame
|
_excludeFields| Constructor and Description |
|---|
InteractionV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 dest
public FrameKeyV3 sourceFrame
public java.lang.String[] factorColumns
public boolean pairwise
public int maxFactors
public int minOccurrence
public java.lang.String toString()
toString in class RequestSchemaV3