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 virtual Vector<double> GetCounts()
Public Overridable Function GetCounts As Vector(Of Double)
public:
virtual Vector<double>^ GetCounts()
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