public class PartialDependenceV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
cols
Column(s)
|
PartialDependenceKeyV3 |
destinationKey
Key to store the destination
|
FrameKeyV3 |
frameId
Frame
|
ModelKeyV3 |
modelId
Model
|
int |
nbins
Number of bins
|
TwoDimTableV3[] |
partialDependenceData
Partial Dependence Data
|
| 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.
|
public ModelKeyV3 modelId
public FrameKeyV3 frameId
public java.lang.String[] cols
public int nbins
public TwoDimTableV3[] partialDependenceData
public PartialDependenceKeyV3 destinationKey