public class CreateFrameSimpleIV4 extends InputSchemaV4<SimpleCreateFrameRecipe,CreateFrameSimpleIV4>
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
double |
bool_p |
KeyV3.FrameKeyV3 |
dest |
int |
enum_nlevels |
int |
int_lb |
int |
int_ub |
double |
missing_fraction |
int |
ncols_bool |
int |
ncols_enum |
int |
ncols_int |
int |
ncols_real |
int |
ncols_str |
int |
ncols_time |
int |
nrows |
double |
real_lb |
double |
real_ub |
double |
response_lb |
int |
response_nlevels |
double |
response_p |
SimpleCreateFrameRecipe.ResponseType |
response_type |
double |
response_ub |
long |
seed |
int |
str_length |
long |
time_lb |
long |
time_ub |
_fields
Constructor and Description |
---|
CreateFrameSimpleIV4() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
@API(help="Id for the frame to be created.") public KeyV3.FrameKeyV3 dest
@API(help="Number of real-valued columns. Values in these columns will be uniformly distributed between real_lb and real_ub.") public int ncols_real
@API(help="Number of levels (categories) for the enum columns.") public int enum_nlevels
@API(help="Lower bound for the range of time columns (in ms since the epoch).") public long time_lb
@API(help="Upper bound for the range of time columns (in ms since the epoch).") public long time_ub
@API(help="Type of the response column to add.", values={"none","real","int","bool","enum","time"}) public SimpleCreateFrameRecipe.ResponseType response_type
@API(help="Lower bound for the response variable (real/int/time types).") public double response_lb
@API(help="Upper bound for the response variable (real/int/time types).") public double response_ub
@API(help="Frequency of 1s for the bool (binary) response column.") public double response_p