public class CreateFrameSimpleIV4 extends InputSchemaV4
| Modifier and Type | Field and Description |
|---|---|
double |
boolP
Fraction of ones in each boolean (binary) column.
|
FrameKeyV3 |
dest
Id for the frame to be created.
|
int |
enumNlevels
Number of levels (categories) for the enum columns.
|
int |
intLb
Lower bound for the range of integer columns.
|
int |
intUb
Upper bound for the range of integer columns.
|
double |
missingFraction
Fraction of missing values.
|
int |
ncolsBool
Number of boolean (binary) columns.
|
int |
ncolsEnum
Number of enum (categorical) columns.
|
int |
ncolsInt
Number of integer columns.
|
int |
ncolsReal
Number of real-valued columns.
|
int |
ncolsStr
Number of string columns.
|
int |
ncolsTime
Number of time columns.
|
int |
nrows
Number of rows.
|
double |
realLb
Lower bound for the range of the real-valued columns.
|
double |
realUb
Upper bound for the range of the real-valued columns.
|
double |
responseLb
Lower bound for the response variable (real/int/time types).
|
int |
responseNlevels
Number of categorical levels for the enum response column.
|
double |
responseP
Frequency of 1s for the bool (binary) response column.
|
SimpleRecipeResponseType |
responseType
Type of the response column to add.
|
double |
responseUb
Upper bound for the response variable (real/int/time types).
|
long |
seed
Random number seed that determines the random values.
|
int |
strLength
Length of generated strings in string columns.
|
long |
timeLb
Lower bound for the range of time columns (in ms since the epoch).
|
long |
timeUb
Upper bound for the range of time columns (in ms since the epoch).
|
_fields| Constructor and Description |
|---|
CreateFrameSimpleIV4()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 dest
public long seed
public int nrows
@SerializedName(value="ncols_real") public int ncolsReal
@SerializedName(value="ncols_int") public int ncolsInt
@SerializedName(value="ncols_enum") public int ncolsEnum
@SerializedName(value="ncols_bool") public int ncolsBool
@SerializedName(value="ncols_str") public int ncolsStr
@SerializedName(value="ncols_time") public int ncolsTime
@SerializedName(value="real_lb") public double realLb
@SerializedName(value="real_ub") public double realUb
@SerializedName(value="int_lb") public int intLb
@SerializedName(value="int_ub") public int intUb
@SerializedName(value="enum_nlevels") public int enumNlevels
@SerializedName(value="bool_p") public double boolP
@SerializedName(value="time_lb") public long timeLb
@SerializedName(value="time_ub") public long timeUb
@SerializedName(value="str_length") public int strLength
@SerializedName(value="missing_fraction") public double missingFraction
@SerializedName(value="response_type") public SimpleRecipeResponseType responseType
@SerializedName(value="response_lb") public double responseLb
@SerializedName(value="response_ub") public double responseUb
@SerializedName(value="response_p") public double responseP
@SerializedName(value="response_nlevels") public int responseNlevels
public java.lang.String toString()
toString in class InputSchemaV4