Overview
Load a template
inputBlocks|dspBlocks|learnBlocks
in your templates and each block
can contain several elements:
Add block
inputBlocks
)id
: Unique identifier for the block.
number
type
: The nature of the input data.
string
time-series
, image
title
: Optional descriptive title for the block.
string
dimension
: Dimensions of the images.
array
of array
of number
resizeMode
: How the image should be resized to fit the specified dimensions.
array
of string
squash
, fit-short
, fit-long
resizeMethod
: Method used for resizing the image.
array
of string
nearest
, lanczos3
cropAnchor
: Position on the image where cropping is anchored.
array
of string
top-left
, top-center
, top-right
, middle-left
, middle-center
, middle-right
, bottom-left
, bottom-center
, bottom-right
window
: Details about the windowing approach for time-series data.
array
of object
with fields:
windowSizeMs
: The size of the window in milliseconds.
number
windowIncreaseMs
: The step size to increase the window in milliseconds.
number
windowSizeMs
: Size of the window in milliseconds if not specified in the window
field.
array
of number
windowIncreasePct
: Percentage to increase the window size each step.
array
of number
frequencyHz
: Sampling frequency in Hertz.
array
of number
padZeros
: Whether to pad the time-series data with zeros.
array
of boolean
projectHasFullEonTunerSearchSpace
). This might unlock additional valid values or remove restrictions on certain fields.array
of array
structures (like dimension
or window
) allow for multi-dimensional setups where each sub-array represents a different configuration that the EON Tuner can evaluate.