|
RunningMarkovClassifierResponses 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; }
Public ReadOnly Property Responses As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also