public class CreateFrameV3 extends JobV3
| Modifier and Type | Field and Description |
|---|---|
double |
binary_fraction
Fraction of binary columns (for randomize=true)
|
double |
binary_ones_fraction
Fraction of 1's in binary columns
|
double |
categorical_fraction
Fraction of categorical columns (for randomize=true)
|
int |
cols
Number of data columns (in addition to the first response column)
|
java.lang.String |
description
Job description
|
java.lang.String |
dest
destination key
|
int |
error_count
Count of error messages
|
java.lang.String |
exception
exception
|
int |
factors
Factor levels for categorical variables
|
boolean |
has_response
Whether an additional response column should be generated
|
double |
integer_fraction
Fraction of integer columns (for randomize=true)
|
long |
integer_range
Range for integer variables (-range ...
|
java.lang.String |
key
Job Key
|
ValidationMessageV3[] |
messages
Info, warning and error messages; NOTE: can be appended to while the Job is running
|
double |
missing_fraction
Fraction of missing values
|
long |
msec
Runtime in milliseconds
|
float |
progress
progress, from 0 to 1
|
java.lang.String |
progress_msg
current progress status description
|
boolean |
randomize
Whether frame should be randomized
|
long |
real_range
Range for real variables (-range ...
|
int |
response_factors
Number of factor levels of the first column (1=real, 2=binomial, N=multinomial)
|
long |
rows
Number of rows
|
long |
seed
Random number seed
|
long |
start_time
Start time
|
java.lang.String |
status
job status
|
long |
value
Constant value (for randomize=false)
|
| Constructor and Description |
|---|
CreateFrameV3() |
public long rows
public int cols
public long seed
public boolean randomize
public long value
public long real_range
public double categorical_fraction
public int factors
public double integer_fraction
public long integer_range
public double binary_fraction
public double binary_ones_fraction
public double missing_fraction
public int response_factors
public boolean has_response
public java.lang.String key
public java.lang.String description
public java.lang.String status
public float progress
public java.lang.String progress_msg
public long start_time
public long msec
public java.lang.String dest
public java.lang.String exception
public ValidationMessageV3[] messages
public int error_count