IPivot Methods

Methods

AggregateInto<T, TResult>(Vector<T>, Aggregator<T, TResult>, Vector<TResult>) Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping)
AggregateInto<T1, T2, TResult>(Vector<T1>, Vector<T2>, BinaryAggregator<T1, T2, TResult>, Vector<TResult>) Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping)
AggregateInto<T, TResult, TPredicate>(Vector<T>, Aggregator<T, TResult>, TPredicate, Nullable<Boolean>, Vector<TResult>) Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping)
AggregateInto<T, TResult, TPredicate>(Aggregator<T, TResult>, Int32, ReadOnlySpanSlice<T>, TPredicate, Boolean, SpanSlice<TResult>) Aggregates the specified vector over each group and returns the result.
(Inherited from IGrouping)
As<TKey> Returns the grouping as a strongly typed Grouping<TKey> of type TKey.
(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