public class DCTTransformer extends Transformer<Frame>
| Modifier and Type | Field and Description |
|---|---|
Frame |
_dataset
Input dataset to transform
|
_job| Constructor and Description |
|---|
DCTTransformer(Key<Frame> dest) |
| Modifier and Type | Method and Description |
|---|---|
protected Job<Frame> |
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
protected Job<Frame> execImpl()
TransformerexecImpl in class Transformer<Frame>