Class: HhmmDecoderLfo

HhmmDecoderLfo

Lfo class loading Hierarchical HMM models created by the XMM library to process an input stream of vectors (models must have been trained from the same input stream). As the results of the classification / following / regression are more complex than a simple vector, a callback function can be passed to the constructor to handle them, or they can alternatively be queried via the readonly filterResults property.

Constructor

new HhmmDecoderLfo(options)

Parameters:
Name Type Description
options Object

Override defaults.

Properties
Name Type Attributes Default Description
model Object <optional>
null

A Hierarchical HMM model from the XMM library.

likelihoodWindow Number <optional>
20

Likelihood window size (smooths output).

output 'likelihoods' | 'regression' <optional>
'likelihoods'

Which information to output.

callback filterCallback <optional>
null
Source:

Methods

reset()

Resets the intermediate results of the estimation.

Source: