public class InteractionV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
FrameKeyV3 |
dest
destination key
|
java.lang.String[] |
factor_columns
Factor columns
|
int |
max_factors
Max.
|
int |
min_occurrence
Min.
|
boolean |
pairwise
Whether to create pairwise quadratic interactions between factors (otherwise create one higher-order interaction).
|
FrameKeyV3 |
source_frame
Input data frame
|
_exclude_fields| Constructor and Description |
|---|
InteractionV3() |
| 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 source_frame
public java.lang.String[] factor_columns
public boolean pairwise
public int max_factors
public int min_occurrence
public java.lang.String toString()
toString in class RequestSchema