public class SplitFrame extends Transformer<SplitFrame.Frames>
| Modifier and Type | Class and Description |
|---|---|
static class |
SplitFrame.Frames |
| Modifier and Type | Field and Description |
|---|---|
Frame |
_dataset
Input dataset to split
|
Key<Frame>[] |
_destination_frames
Output destination keys.
|
double[] |
_ratios
Split ratios
|
_job| Constructor and Description |
|---|
SplitFrame() |
SplitFrame(Frame dataset,
double[] ratios,
Key<Frame>[] destination_frames) |
| Modifier and Type | Method and Description |
|---|---|
Job<SplitFrame.Frames> |
execImpl()
Implementation endpoint for transformations.
|
execclone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic Frame _dataset
public double[] _ratios
public Job<SplitFrame.Frames> execImpl()
TransformerexecImpl in class Transformer<SplitFrame.Frames>