public class SplitFrame extends Transformer<SplitFrame>
Job.JobCancelledException, Job.JobState, Job.Progress, Job.ProgressUpdate, Job.ValidationMessageKeyed.BinarySerializer<X extends Keyed>| Modifier and Type | Field and Description |
|---|---|
Frame |
dataset
Input dataset to split
|
Key<Frame>[] |
destination_frames
Output destination keys.
|
double[] |
ratios
Split ratios
|
_description, _dest, _end_time, _exception, _messages, _progressKey, _start_time, _state, LIST_key, EMPTY_KEY_LIST| Constructor and Description |
|---|
SplitFrame() |
SplitFrame(Key<SplitFrame> dest) |
SplitFrame(Key<SplitFrame> dest,
java.lang.String desc) |
| Modifier and Type | Method and Description |
|---|---|
SplitFrame |
execImpl()
Implementation endpoint for transformations.
|
execblock, 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 Frame dataset
public double[] ratios
public SplitFrame()
public SplitFrame(Key<SplitFrame> dest)
public SplitFrame(Key<SplitFrame> dest, java.lang.String desc)
public SplitFrame execImpl()
TransformerexecImpl in class Transformer<SplitFrame>