Click or drag to resize
Accord.NET (logo)

RunningMarkovStatisticsPeek Method

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 double Peek(
	int value
)
Request Example View Source

Parameters

value
Type: SystemInt32
The value to be checked.

Return Value

Type: Double
See Also