Package org.imirsel.m2k.modelling

Provides modules for applying models to input data (such as Gaussians, Gaussian Mixture Models, Hidden Markov Models).

See:
          Description

Class Summary
ApplyGaussianModel Applys the single Gaussian model to the input data, outputting an array of integer class labels
ApplySignalGaussian Applys a SignalGaussian model to novel inputs in the form of an array of Signal objects.
Gaussian A single Gaussian classifier with diagonal covariance
GaussianTrainer Takes a 2D double array of data and a set of labels and trains a single Gaussian model on them
SignalGaussian A single Gaussian classifier that is trained on an array of Signal objects
SignalGaussianTrainer Takes an array of Signal objects and trains a single Gaussian model on them
 

Package org.imirsel.m2k.modelling Description

Provides modules for applying models to input data (such as Gaussians, Gaussian Mixture Models, Hidden Markov Models).

Since:
M2K Alpha 0.1