Table of Contents

Class TransitionModel

Namespace
Bonsai.ML.HiddenMarkovModels.Transitions
Assembly
Bonsai.ML.HiddenMarkovModels.dll

An abstract class for creating a Transitions model.

public abstract class TransitionModel : PythonModel
Inheritance
TransitionModel
Derived
Inherited Members

Constructors

TransitionModel()

Constructs a new instance of the PythonModel class.

TransitionModel(params object[])

Initializes a new instance of the PythonModel class using keyword arguments.

Properties

ModelName

The name of the base python model class.

ModelType

The specific type of the model.

TransitionModelType

The type of Transitions model.