Aggregator<T, U> Class
Represents a function that aggregates the values in a vector.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public abstract class Aggregator<T, U> : IAggregator<U>,
IAggregator
- Inheritance
- Object → Aggregator<T, U>
- Implements
- IAggregator, IAggregator<U>
Type Parameters
- T
- The element type of the input.
- U
- The type of the result of the aggregation.
Constructors
Aggregator<T, U> | Initializes a new instance of the Aggregator<T, U> class |
Properties
Empty | Gets whether the aggregator produces a value for empty groups. |
Supports | Gets whether the aggregator supports computing the aggregation for all groups directly from the group levels. |
Methods
Aggregate( | Aggregates the elements of a vector and returns the result. |
Aggregate( | Aggregates the elements of a vector and returns the result. |
Aggregate( | Aggregates the elements of a vector and returns the result. |
Aggregate( | Aggregates the elements of a vector according to the specified grouping. |
Aggregate( | Aggregates over a span and returns the result. |
Aggregate( | Aggregates over a span and returns the result. |
Aggregate | Aggregates the columns of a matrix. |
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 columns of a matrix. |
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) |
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 | Aggregates the elements of a vector and returns the result. |
Try | Aggregates the elements of a vector and returns the result. |
Try | Aggregates the specified elements of a vector and returns the result. |
Try | Aggregates the specified range of elements of a vector and returns the result. |
Try | Aggregates the elements of a vector and returns the result. |
Try | Attempts to get an accumulator with the specified capability. |
Operators
Implicit(Func<Vector<T>, U> to Aggregator<T, U>) | Implicitly converts an aggregation function to an Aggregator<T, U> object. |