Aggregator Group<TResult> Class
Represents an aggregator group that computes a result
of the specified type.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public abstract class AggregatorGroup<TResult> : AggregatorGroup
- Inheritance
- Object → AggregatorGroup → AggregatorGroup<TResult>
Type Parameters
- TResult
- The type of the result.
Constructors
| Aggregator | Constructs a new aggregator group. |
| Aggregator | Constructs a new aggregator group. |
Properties
| Empty |
Gets whether the aggregator produces a value for empty groups.
(Overrides AggregatorGroup.EmptyGroupsHaveValue) |
| Empty | Gets the value that is returned when the input is empty. |
| Name |
Gets the name of the aggregator group.
(Inherited from AggregatorGroup) |
Methods
| Aggregate<T>(Vector<T>) | Aggregates the elements of a vector and returns the result. |
| Aggregate<T>(IEnumerable<T>, Boolean) | Aggregates the elements of a sequence and returns the result. |
| Aggregate<T>(ReadOnlySpan<T>, Boolean) | Aggregates the elements of a span and returns the result. |
| Aggregate<T>(Vector<T>, Boolean) | Aggregates the elements of a vector and returns the result. |
| Aggregate | Aggregates the elements of a vector according to the specified grouping. |
| Aggregate | Aggregates the elements of a data frame column according to the specified grouping and returns the result in an existing vector. |
| Aggregate | Groups the elements of a vector according to the specified grouping. |
| Aggregate | Groups the elements of a vector according to the specified level indexes. |
| Aggregate | Aggregates the elements of a sequence and returns the result. |
| Aggregate | Aggregates the elements of a span and returns the result. |
| As<TNewResult> | Returns an aggregator group that produces results of the specified type. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| Specialize( | Returns an aggregator specialized to operate on values of the specified type. |
| Specialize<T>() | Returns an aggregator specialized to operate on values of the specified type. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Try | Aggregates the elements of a vector and returns the result. |
| Try | Aggregates the elements of a vector and returns the result. |
| Try | Aggregates the elements of a sequence and returns the result. |
| Try |
Returns an aggregator for the specified element type
for input operands.
(Overrides AggregatorGroup.TrySpecialize(Type, IAggregator)) |
| Try | Attempts to create an aggregator specialized to operate on values of the specified type. |
| Try | Attempts to create an aggregator specialized to operate on values of the specified type. |
| Try | Attempts to create an aggregator specialized to operate on values of the specified type. |