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
public int nbinsPredictor
public int nbinsResponse
public TwoDimTableV3 countTable
public TwoDimTableV3 responseTable