public class DCTTransformerV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
FrameKeyV3 |
dataset
Dataset
|
FrameKeyV3 |
destinationFrame
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
|
_excludeFields| Constructor and Description |
|---|
DCTTransformerV3()
Public constructor
|
| 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 destinationFrame
public int[] dimensions
public boolean inverse
public java.lang.String toString()
toString in class RequestSchemaV3