public class CreateFrame extends Job<Frame>
Job.JobCancelledException, Job.JobState, Job.Progress, Job.ProgressUpdate, Job.ValidationMessageKeyed.BinarySerializer<X extends Keyed>| Modifier and Type | Field and Description |
|---|---|
double |
binary_fraction |
double |
binary_ones_fraction |
double |
categorical_fraction |
int |
cols |
int |
factors |
boolean |
has_response |
double |
integer_fraction |
long |
integer_range |
double |
missing_fraction |
boolean |
positive_response |
boolean |
randomize |
long |
real_range |
int |
response_factors |
long |
rows |
long |
seed |
long |
value |
_description, _dest, _end_time, _exception, _messages, _progressKey, _start_time, _state, LIST_key, EMPTY_KEY_LIST| Constructor and Description |
|---|
CreateFrame() |
CreateFrame(Key<Frame> dest,
java.lang.String desc) |
| Modifier and Type | Method and Description |
|---|---|
Job<Frame> |
execImpl() |
block, canBeDone, cancel, cancel, checksum_impl, clearValidationErrors, createProgressKey, deleteProgressKey, dest, done, done, error_count_or_uninitialized, error_count, error, failed, get, hide, info, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobKey, jobs, message, msec, progress_msg, progress, remove_impl, start, update, update, update, update, updateValidationMessages, validationErrors, warnchecksum, getBinarySerializer, getPublishedKeys, remove, remove, remove, removeclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic 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 positive_response
public boolean has_response