Table of Contents

Class GaussianObservationStatistics

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

Represents an operator that will transform an observable sequence of Python.Runtime.PyObject into an observable sequence of GaussianObservationStatistics.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class GaussianObservationStatistics
Inheritance
GaussianObservationStatistics
Inherited Members

Properties

BatchObservations

The batch observations that the model has seen.

CovarianceMatrices

The covariance matrices of the observations for each state.

Means

The means of the observations for each state.

PredictedStates

The predicted state for each observation in the batch of observations.

StdDevs

The standard deviations of the observations for each state.

Methods

Process(IObservable<PyObject>)

Transforms an observable sequence of Python.Runtime.PyObject into an observable sequence of GaussianObservationStatistics objects by accessing internal attributes of the Python.Runtime.PyObject.