public class InteractionV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
java.lang.String |
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).
|
java.lang.String |
source_frame
Input data frame
|
| Constructor and Description |
|---|
InteractionV3() |
public java.lang.String dest
public java.lang.String source_frame
public java.lang.String[] factor_columns
public boolean pairwise
public int max_factors
public int min_occurrence
public java.lang.String _exclude_fields