Contents

minimumSequenceLength

The minimum number of samples required to produce a classification.

Declaration

var minimumSequenceLength: Int

Discussion

This configuration parameter controls the size of the model. Set it to the largest value that is reasonable for your task. For example if your input is accelerometer data sampled at 100Hz and you want to recognize actions, the minimum action duration may be one second, so the minimum sequence length is 100Hz * 1s = 100. Defaults to 100.

See Also

Inspecting a time series classifier configuration