|
HiddenMarkovModelTDistribution, TObservationGenerate Method (Int32)
|
Generates a random vector of observations from the model.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public TObservation[] Generate(
int samples
)
Public Function Generate (
samples As Integer
) As TObservation()
Request Example
View SourceParameters
- samples
- Type: SystemInt32
The number of samples to generate.
Return Value
Type:
TObservationA random vector of observations drawn from the model.
See Also