Click or drag to resize
Accord.NET (logo)

RunningMarkovClassifierTDistributionPeek Method (Double, Double)

Checks the classification after the insertion of a new value without registering this value.

Namespace:  Accord.Statistics.Running
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int Peek(
	double value,
	out double logLikelihood
)
Request Example View Source

Parameters

value
Type: SystemDouble
The value to be checked.
logLikelihood
Type: SystemDouble
The next log-likelihood if the occurrence of value is registered.

Return Value

Type: Int32
See Also