Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Blog
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference
  • Extreme Optimization
    • Features
    • Solutions
    • Documentation
    • QuickStart Samples
    • Sample Applications
    • Downloads
    • Technical Support
    • Download trial
    • How to buy
    • Blog
    • Company
    • Resources
  • Documentation
    • Introduction
    • Deployment Guide
    • Configuration
    • Using Parallelism
    • Mathematics Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Data Access Library User's Guide
    • Reference
  • Reference
    • Extreme
    • Extreme.Collections
    • Extreme.Data
    • Extreme.Data.Json
    • Extreme.Data.Matlab
    • Extreme.Data.R
    • Extreme.Data.Stata
    • Extreme.Data.Text
    • Extreme.DataAnalysis
    • Extreme.DataAnalysis.Linq
    • Extreme.Mathematics
    • Extreme.Mathematics.Algorithms
    • Extreme.Mathematics.Calculus
    • Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
    • Extreme.Mathematics.Curves
    • Extreme.Mathematics.Curves.Nonlinear
    • Extreme.Mathematics.Distributed
    • Extreme.Mathematics.Distributed.Cuda
    • Extreme.Mathematics.EquationSolvers
    • Extreme.Mathematics.FSharp
    • Extreme.Mathematics.Generic
    • Extreme.Mathematics.Generic.LinearAlgebra
    • Extreme.Mathematics.Generic.LinearAlgebra.Implementation
    • Extreme.Mathematics.Generic.LinearAlgebra.Providers
    • Extreme.Mathematics.Generic.SignalProcessing
    • Extreme.Mathematics.Implementation
    • Extreme.Mathematics.LinearAlgebra
    • Extreme.Mathematics.LinearAlgebra.Complex
    • Extreme.Mathematics.LinearAlgebra.Complex.Decompositions
    • Extreme.Mathematics.LinearAlgebra.Implementation
    • Extreme.Mathematics.LinearAlgebra.IO
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners
    • Extreme.Mathematics.LinearAlgebra.Providers
    • Extreme.Mathematics.LinearAlgebra.Sparse
    • Extreme.Mathematics.Optimization
    • Extreme.Mathematics.Optimization.Genetic
    • Extreme.Mathematics.Optimization.LineSearches
    • Extreme.Mathematics.Random
    • Extreme.Mathematics.SignalProcessing
    • Extreme.Numerics.FSharp
    • Extreme.Statistics
    • Extreme.Statistics.Distributions
    • Extreme.Statistics.IO
    • Extreme.Statistics.Linq
    • Extreme.Statistics.Multivariate
    • Extreme.Statistics.Random
    • Extreme.Statistics.Tests
    • Extreme.Statistics.TimeSeriesAnalysis
  • Extreme.DataAnalysis.Linq
    • LinqExtensions Class
    • LinqExtensions.DataFrameGrouping(TKey, R, C) Class
    • LinqExtensions.DataFrameLookup(TKey, R, C) Class
    • LinqExtensions.Grouping(TKey, T) Class
    • LinqExtensions.Lookup(TKey, T) Class
  • LinqExtensions Class
    • Methods
  • Methods
    • Aggregate Method Overloads
    • Concat Method Overloads
    • GroupBy Method Overloads
    • Select Method Overloads
    • SelectMany Method Overloads
    • ToLookup Method Overloads
    • Where Method Overloads
  • GroupBy Method Overloads
    • GroupBy(R, C, TKey) Method (DataFrame(R, C), Func(DataFrameRow(R, C), TKey))
    • GroupBy(T, TKey) Method (Vector(T), Func(T, TKey))
    • GroupBy(R, C, TKey) Method (DataFrame(R, C), Func(DataFrameRow(R, C), TKey), IEqualityComparer(TKey))
    • GroupBy(R, C, TKey, TElement) Method (DataFrame(R, C), Func(DataFrameRow(R, C), TKey), Func(DataFrameRow(R, C), TElement))
    • GroupBy(R, C, TKey, TResult) Method (DataFrame(R, C), Func(DataFrameRow(R, C), TKey), Func(TKey, IEnumerable(DataFrameRow(R, C)), TResult))
    • GroupBy(T, TKey) Method (Vector(T), Func(T, TKey), IEqualityComparer(TKey))
    • GroupBy(T, TKey, TElement) Method (Vector(T), Func(T, TKey), Func(T, TElement))
    • GroupBy(T, TKey, TResult) Method (Vector(T), Func(T, TKey), Func(TKey, IEnumerable(T), TResult))
    • GroupBy(R, C, TKey, TElement) Method (DataFrame(R, C), Func(DataFrameRow(R, C), TKey), Func(DataFrameRow(R, C), TElement), IEqualityComparer(TKey))
    • GroupBy(R, C, TKey, TElement, TResult) Method (DataFrame(R, C), Func(DataFrameRow(R, C), TKey), Func(DataFrameRow(R, C), TElement), Func(TKey, IEnumerable(TElement), TResult))
    • GroupBy(R, C, TKey, TResult) Method (DataFrame(R, C), Func(DataFrameRow(R, C), TKey), Func(TKey, IEnumerable(DataFrameRow(R, C)), TResult), IEqualityComparer(TKey))
    • GroupBy(T, TKey, TElement) Method (Vector(T), Func(T, TKey), Func(T, TElement), IEqualityComparer(TKey))
    • GroupBy(T, TKey, TElement, TResult) Method (Vector(T), Func(T, TKey), Func(T, TElement), Func(TKey, IEnumerable(TElement), TResult))
    • GroupBy(T, TKey, TResult) Method (Vector(T), Func(T, TKey), Func(TKey, IEnumerable(T), TResult), IEqualityComparer(TKey))
    • GroupBy(R, C, TKey, TElement, TResult) Method (DataFrame(R, C), Func(DataFrameRow(R, C), TKey), Func(DataFrameRow(R, C), TElement), Func(TKey, IEnumerable(TElement), TResult), IEqualityComparer(TKey))
    • GroupBy(T, TKey, TElement, TResult) Method (Vector(T), Func(T, TKey), Func(T, TElement), Func(TKey, IEnumerable(TElement), TResult), IEqualityComparer(TKey))
LinqExtensionsGroupBy Method Extreme Optimization Numerical Libraries for .NET Professional
Overload List

  NameDescription
Public methodStatic memberGroupByR, C, TKey(DataFrameR, C, FuncDataFrameRowR, C, TKey)
Groups the rows of a data frame based on the specified key selector.
Public methodStatic memberGroupByT, TKey(VectorT, FuncT, TKey)
Groups the elements of a vector according to the specified key selector function.
Public methodStatic memberGroupByR, C, TKey(DataFrameR, C, FuncDataFrameRowR, C, TKey, IEqualityComparerTKey)
Groups the rows of a data frame based on the specified key selector.
Public methodStatic memberGroupByR, C, TKey, TElement(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement)
Groups the rows of a data frame based on the specified key selector, and returns the result of applying a function to the selected elements of each group.
Public methodStatic memberGroupByR, C, TKey, TResult(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncTKey, IEnumerableDataFrameRowR, C, TResult)
Groups the rows of a data frame based on the specified key selector, and returns the result of applying a function to the selected elements of each group.
Public methodStatic memberGroupByT, TKey(VectorT, FuncT, TKey, IEqualityComparerTKey)
Groups the elements of a vector according to the specified key selector function and key comparer.
Public methodStatic memberGroupByT, TKey, TElement(VectorT, FuncT, TKey, FuncT, TElement)
Groups the elements of a vector according to the specified key selector and element selector functions.
Public methodStatic memberGroupByT, TKey, TResult(VectorT, FuncT, TKey, FuncTKey, IEnumerableT, TResult)
Groups the elements of a vector according to the specified key selector function and creates a result value from each group and its key.
Public methodStatic memberGroupByR, C, TKey, TElement(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement, IEqualityComparerTKey)
Groups the rows of a data frame based on the specified key selector, and returns the result of applying a function to the selected elements of each group.
Public methodStatic memberGroupByR, C, TKey, TElement, TResult(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement, FuncTKey, IEnumerableTElement, TResult)
Groups the rows of a data frame based on the specified key selector, and returns the result of applying a function to the selected elements of each group.
Public methodStatic memberGroupByR, C, TKey, TResult(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncTKey, IEnumerableDataFrameRowR, C, TResult, IEqualityComparerTKey)
Groups the rows of a data frame based on the specified key selector, and returns the result of applying a function to the selected elements of each group.
Public methodStatic memberGroupByT, TKey, TElement(VectorT, FuncT, TKey, FuncT, TElement, IEqualityComparerTKey)
Groups the elements of a vector according to the specified key selector and element selector functions, and key comparer.
Public methodStatic memberGroupByT, TKey, TElement, TResult(VectorT, FuncT, TKey, FuncT, TElement, FuncTKey, IEnumerableTElement, TResult)
Groups the elements of a vector according to the specified key selector function and creates a result value from each group and its key. The elements of each group are projected using the specified function.
Public methodStatic memberGroupByT, TKey, TResult(VectorT, FuncT, TKey, FuncTKey, IEnumerableT, TResult, IEqualityComparerTKey)
Groups the elements of a vector according to the specified key selector function and creates a result value from each group and its key. Key values are compared using the specified comparer.
Public methodStatic memberGroupByR, C, TKey, TElement, TResult(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement, FuncTKey, IEnumerableTElement, TResult, IEqualityComparerTKey)
Groups the rows of a data frame based on the specified key selector, and returns the result of applying a function to the selected elements of each group.
Public methodStatic memberGroupByT, TKey, TElement, TResult(VectorT, FuncT, TKey, FuncT, TElement, FuncTKey, IEnumerableTElement, TResult, IEqualityComparerTKey)
Groups the elements of a vector according to the specified key selector function and creates a result value from each group and its key. Key values are compared using the specified comparer, and the elements of each group are projected using the specified function.
Top
See Also

Reference

LinqExtensions Class
Extreme.DataAnalysis.Linq Namespace

Copyright (c) 2004-2016 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2018, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.