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
public int ncolsReal
public int ncolsInt
public int ncolsEnum
public int ncolsBool
public int ncolsStr
public int ncolsTime
public double realLb
public double realUb
public int intLb
public int intUb
public int enumNlevels
public double boolP
public long timeLb
public long timeUb
public int strLength
public double missingFraction
public SimpleRecipeResponseType responseType
public double responseLb
public double responseUb
public double responseP
public int responseNlevels
public java.lang.String toString()
toString in class InputSchemaV4