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.
|
exec
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public Frame _dataset
protected Job<Frame> execImpl()
Transformer
execImpl
in class Transformer<Frame>