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
@SerializedName(value="source_frame") public FrameKeyV3 sourceFrame
@SerializedName(value="factor_columns") public java.lang.String[] factorColumns
public boolean pairwise
@SerializedName(value="max_factors") public int maxFactors
@SerializedName(value="min_occurrence") public int minOccurrence
public java.lang.String toString()
toString in class RequestSchemaV3