IGrouping.Get Counts Method
Returns a histogram of the number of observations in each group.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector containing the number of observations in each group.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Vector<double> GetCounts()
Return Value
Vector<Double>A vector containing the number of observations in each group.