public class SplitFrame extends Transformer<SplitFrame>
Job.JobCancelledException, Job.JobState, Job.Progress, Job.ProgressUpdate| 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, _progressKey, _start_time, _state, 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, createProgressKey, deleteProgressKey, dest, done, done, failed, get, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobKey, jobs, msec, progress_msg, progress, readAll_impl, remove_impl, start, update, update, update, update, writeAll_implchecksum, readAll, remove, remove, remove, remove, writeAllclone, 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>