Grouping<TKey>.GetCounts 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.0
C#
public virtual Vector<double> GetCounts()

Return Value

Vector<Double>
A vector containing the number of observations in each group.

Implements

IGrouping.GetCounts()

See Also