public class DCTTransformerV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
FrameKeyV3 |
dataset
Dataset
|
FrameKeyV3 |
destination_frame
Destination Frame ID
|
int[] |
dimensions
Dimensions of the input array: Height, Width, Depth (Nx1x1 for 1D, NxMx1 for 2D)
|
boolean |
inverse
Whether to do the inverse transform
|
_exclude_fields| Constructor and Description |
|---|
DCTTransformerV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 dataset
public FrameKeyV3 destination_frame
public int[] dimensions
public boolean inverse
public java.lang.String toString()
toString in class RequestSchema