IPivot Methods

Methods

AggregateInto<T, U>(Vector<T>, Aggregator<T, U>, Vector<U>) Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping)
AggregateInto<T, U>(Vector<T>, Vector<T>, Aggregator2<T, U>, Vector<U>) Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping)
As<K> Returns the grouping as a strongly typed Grouping<TKey> of type K.
(Inherited from IGrouping)
GetCounts Returns a histogram of the number of observations in each group.
(Inherited from IGrouping)
GetIndexes(Int32) Gets a sequence of indexes for the grouping.
(Inherited from IGrouping)
GetIndexes(Int32, Int32) Gets a sequence of indexes for the grouping.

See Also