Class: GmmDecoderLfo

GmmDecoderLfo

Lfo class loading GMM 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 / regression are more complex than a simple vector, a callback function can be passed to the constructor to handle them.

Constructor

new GmmDecoderLfo(options)

Parameters:
Name Type Description
options Object

Override defaults.

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

A GMM 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: