public class CreateFrameOriginalIV4 extends InputSchemaV4<OriginalCreateFrameRecipe,CreateFrameOriginalIV4>
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
double |
binary_fraction |
double |
binary_ones_fraction |
double |
categorical_fraction |
int |
cols |
KeyV3.FrameKeyV3 |
dest |
int |
factors |
boolean |
has_response |
double |
integer_fraction |
int |
integer_range |
double |
missing_fraction |
boolean |
positive_response |
boolean |
randomize |
double |
real_range |
int |
response_factors |
int |
rows |
long |
seed |
double |
string_fraction |
double |
time_fraction |
long |
value |
_fields
Constructor and Description |
---|
CreateFrameOriginalIV4() |
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="destination key") public KeyV3.FrameKeyV3 dest
@API(help="Fraction of categorical columns (for randomize=true)") public double categorical_fraction
@API(help="Fraction of integer columns (for randomize=true)") public double integer_fraction
@API(help="Fraction of binary columns (for randomize=true)") public double binary_fraction
@API(help="Fraction of 1\'s in binary columns") public double binary_ones_fraction
@API(help="Fraction of date/time columns (for randomize=true)") public double time_fraction
@API(help="Fraction of string columns (for randomize=true)") public double string_fraction
@API(help="Whether an additional response column should be generated") public boolean has_response
@API(help="Number of factor levels of the first column (1=real, 2=binomial, N=multinomial)") public int response_factors