Click or drag to resize
Accord.NET (logo)

RunningMarkovClassifierTDistributionResponses Property

Gets the class response probabilities measuring the likelihood of the current sequence belonging to each of the classes.

Namespace:  Accord.Statistics.Running
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[] Responses { get; }
Request Example View Source

Property Value

Type: Double
See Also