|
RunningMarkovClassifierPeek 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 int Peek(
int value,
out double logLikelihood
)
Public Function Peek (
value As Integer,
<OutAttribute> ByRef logLikelihood As Double
) As Integer
Request Example
View SourceParameters
- value
- Type: SystemInt32
The value to be checked. - logLikelihood
- Type: SystemDouble
The next log-likelihood if the occurrence of
value is registered.
Return Value
Type:
Int32See Also