public class TabulateV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
TwoDimTableV3 |
count_table
Counts table
|
java.lang.String |
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)
|
| Constructor and Description |
|---|
TabulateV3() |
public java.lang.String 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 _exclude_fields