Click or drag to resize
Accord.NET (logo)

BaseBaumWelchLearningTModel, TDistribution, TObservation, TOptionsObservations Property

Gets all observations as a single vector.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected TObservation[][] Observations { get; }
Request Example View Source

Property Value

Type: TObservation
See Also