Table of Contents

Enum ObservationModelType

Namespace
Bonsai.ML.HiddenMarkovModels.Observations
Assembly
Bonsai.ML.HiddenMarkovModels.dll

Represents the type of observations in a hidden Markov model.

public enum ObservationModelType

Fields

Gaussian = 0

Gaussian observations.

Exponential = 1

Exponential observations.

Bernoulli = 2

Bernoulli observations.

Poisson = 3

Poisson observations.

AutoRegressive = 4

Autoregressive observations.

Categorical = 5

Categorical observations.