public class CreateFrameV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
double |
binaryFraction
Fraction of binary columns (for randomize=true)
|
double |
binaryOnesFraction
Fraction of 1's in binary columns
|
double |
categoricalFraction
Fraction of categorical columns (for randomize=true)
|
int |
cols
Number of data columns (in addition to the first response column)
|
FrameKeyV3 |
dest
destination key
|
int |
factors
Factor levels for categorical variables
|
boolean |
hasResponse
Whether an additional response column should be generated
|
double |
integerFraction
Fraction of integer columns (for randomize=true)
|
long |
integerRange
Range for integer variables (-range ...
|
JobKeyV3 |
key
Job Key
|
double |
missingFraction
Fraction of missing values
|
boolean |
positiveResponse
For real-valued response variable: Whether the response should be positive only.
|
boolean |
randomize
Whether frame should be randomized
|
long |
realRange
Range for real variables (-range ...
|
int |
responseFactors
Number of factor levels of the first column (1=real, 2=binomial, N=multinomial or ordinal)
|
long |
rows
Number of rows
|
long |
seed
Random number seed that determines the random values
|
long |
seedForColumnTypes
Random number seed for setting the column types
|
double |
stringFraction
Fraction of string columns (for randomize=true)
|
double |
timeFraction
Fraction of date/time columns (for randomize=true)
|
long |
value
Constant value (for randomize=false)
|
_excludeFields| Constructor and Description |
|---|
CreateFrameV3()
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 rows
public int cols
public long seed
@SerializedName(value="seed_for_column_types") public long seedForColumnTypes
public boolean randomize
public long value
@SerializedName(value="real_range") public long realRange
@SerializedName(value="categorical_fraction") public double categoricalFraction
public int factors
@SerializedName(value="integer_fraction") public double integerFraction
@SerializedName(value="integer_range") public long integerRange
@SerializedName(value="binary_fraction") public double binaryFraction
@SerializedName(value="binary_ones_fraction") public double binaryOnesFraction
@SerializedName(value="time_fraction") public double timeFraction
@SerializedName(value="string_fraction") public double stringFraction
@SerializedName(value="missing_fraction") public double missingFraction
@SerializedName(value="has_response") public boolean hasResponse
@SerializedName(value="response_factors") public int responseFactors
@SerializedName(value="positive_response") public boolean positiveResponse
public JobKeyV3 key
public java.lang.String toString()
toString in class RequestSchemaV3