public class TabulateV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV3 |
count_table
Counts table
|
FrameKeyV3 |
dataset
Dataset
|
int |
nbins_predictor
Number of bins for predictor column
|
int |
nbins_response
Number of bins for response column
|
ColSpecifierV3 |
predictor
Predictor
|
ColSpecifierV3 |
response
Response
|
TwoDimTableV3 |
response_table
Response table
|
ColSpecifierV3 |
weight
Observation weights (optional)
|
_exclude_fields| Constructor and Description |
|---|
TabulateV3() |
| 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
public int nbins_predictor
public int nbins_response
public TwoDimTableV3 count_table
public TwoDimTableV3 response_table
public java.lang.String toString()
toString in class RequestSchema