public class DCTTransformerV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
java.lang.String |
dataset
Dataset
|
java.lang.String |
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
|
| Constructor and Description |
|---|
DCTTransformerV3() |
public java.lang.String dataset
public java.lang.String destination_frame
public int[] dimensions
public boolean inverse
public java.lang.String _exclude_fields