public class PartialDependenceV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
boolean |
addMissingNa
add_missing_na
|
java.lang.String[][] |
colPairs2dpdp
lists of column name pairs to plot 2D pdp for
|
java.lang.String[] |
cols
Column(s)
|
PartialDependenceKeyV3 |
destinationKey
Key to store the destination
|
FrameKeyV3 |
frameId
Frame
|
ModelKeyV3 |
modelId
Model
|
int |
nbins
Number of bins
|
int[] |
numUserSplits
Number of user defined splits per column
|
TwoDimTableV3[] |
partialDependenceData
Partial Dependence Data
|
long |
rowIndex
Row Index
|
java.lang.String[] |
targets
Target classes for multinomial classification
|
java.lang.String[] |
userCols
Column(s) of user defined splits
|
double[] |
userSplits
User define split points
|
int |
weightColumnIndex
weight_column_index
|
| Constructor and Description |
|---|
PartialDependenceV3()
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="frame_id") public FrameKeyV3 frameId
@SerializedName(value="row_index") public long rowIndex
public java.lang.String[] cols
@SerializedName(value="weight_column_index") public int weightColumnIndex
@SerializedName(value="add_missing_na") public boolean addMissingNa
public int nbins
@SerializedName(value="user_splits") public double[] userSplits
@SerializedName(value="user_cols") public java.lang.String[] userCols
@SerializedName(value="num_user_splits") public int[] numUserSplits
@SerializedName(value="partial_dependence_data") public TwoDimTableV3[] partialDependenceData
@SerializedName(value="col_pairs_2dpdp") public java.lang.String[][] colPairs2dpdp
@SerializedName(value="destination_key") public PartialDependenceKeyV3 destinationKey
public java.lang.String[] targets