|
RunningNormalStatisticsCount Property
|
Gets the current count of values seen.
Namespace:
Accord.Statistics.Running
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int Count { get; }
Public ReadOnly Property Count As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32The number of samples seen.
See Also