public class FeatureInteractionV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV3[] |
featureInteraction
Feature importance table
|
int |
maxDeepening
Maximum deepening
|
int |
maxInteractionDepth
Maximum interaction depth
|
int |
maxTreeDepth
Maximum tree depth
|
ModelKeyV3 |
modelId
Model id of interest
|
_excludeFields| Constructor and Description |
|---|
FeatureInteractionV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="model_id") public ModelKeyV3 modelId
@SerializedName(value="max_interaction_depth") public int maxInteractionDepth
@SerializedName(value="max_tree_depth") public int maxTreeDepth
@SerializedName(value="max_deepening") public int maxDeepening
@SerializedName(value="feature_interaction") public TwoDimTableV3[] featureInteraction
public java.lang.String toString()
toString in class RequestSchemaV3