Returns a histogram of the number of observations in each group.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> GetCounts()
Public Function GetCounts As Vector(Of Double)
public:
virtual Vector<double>^ GetCounts() sealed
abstract GetCounts : unit -> Vector<float>
override GetCounts : unit -> Vector<float>
Return Value
Type:
VectorDoubleA vector containing the number of observations in each group.
Implements
IGroupingGetCounts
Reference