| 
            
              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
Syntaxpublic int Peek(
	double value,
	out double logLikelihood
)
Public Function Peek ( 
	value As Double,
	<OutAttribute> ByRef logLikelihood As Double
) As Integer
 Request Example
		View SourceParameters
- 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