Class ObservationModel
- Namespace
- Bonsai.ML.HiddenMarkovModels.Observations
- Assembly
- Bonsai.ML.HiddenMarkovModels.dll
An abstract class for creating an Observations model.
public abstract class ObservationModel : PythonModel
- Inheritance
-
ObservationModel
- Derived
- Inherited Members
Constructors
- ObservationModel()
Constructs a new instance of the PythonModel class.
- ObservationModel(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.
- ObservationModelType
The type of Observations model.