public class TabulateV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV3 |
countTable
Counts table
|
FrameKeyV3 |
dataset
Dataset
|
int |
nbinsPredictor
Number of bins for predictor column
|
int |
nbinsResponse
Number of bins for response column
|
ColSpecifierV3 |
predictor
Predictor
|
ColSpecifierV3 |
response
Response
|
TwoDimTableV3 |
responseTable
Response table
|
ColSpecifierV3 |
weight
Observation weights (optional)
|
| Constructor and Description |
|---|
TabulateV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 dataset
public ColSpecifierV3 predictor
public ColSpecifierV3 response
public ColSpecifierV3 weight
@SerializedName(value="nbins_predictor") public int nbinsPredictor
@SerializedName(value="nbins_response") public int nbinsResponse
@SerializedName(value="count_table") public TwoDimTableV3 countTable
@SerializedName(value="response_table") public TwoDimTableV3 responseTable