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
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
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

Skip Navigation LinksHome»Documentation»Reference»Extreme.DataAnalysis»Pivot(R, C) Class

PivotR, C Class

Extreme Optimization Numerical Libraries for .NET Professional
Represents a two-dimensional grouping of data.
Inheritance Hierarchy

SystemObject
  Extreme.DataAnalysisPivot
    Extreme.DataAnalysisPivotR, C

Namespace:  Extreme.DataAnalysis
Assembly:  Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Syntax

C#
VB
C++
F#
Copy
public class Pivot<R, C> : Pivot
Public Class Pivot(Of R, C)
	Inherits Pivot
generic<typename R, typename C>
public ref class Pivot : public Pivot
type Pivot<'R, 'C> =  
    class
        inherit Pivot
    end

Type Parameters

R
The element type of the row index of the pivot.
C
The element type of the column index of the pivot.

The PivotR, C type exposes the following members.

Properties

  NameDescription
Public propertyColumnIndex
Gets the index that contains the column keys to the groups.
Public propertyCount
Gets the number of groups.
(Inherited from Pivot.)
Public propertyRowIndex
Gets the index that contains the row keys to the groups.
Top
Methods

  NameDescription
Public methodAggregateIntoT, U(VectorT, AggregatorT, U, VectorU)
Applies the specified aggregator to the elements of a vector according to the current grouping.
(Inherited from Pivot.)
Public methodAggregateIntoT, U(VectorT, VectorT, Aggregator2T, U, VectorU)
Applies the specified aggregator to the elements of a vector according to the current grouping.
(Inherited from Pivot.)
Public methodCountsMatrix
Returns a matrix that contains the counts of the elements in each pivot cell.
(Inherited from Pivot.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCounts
Returns a data frame that contains the number of elements of each group.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndexes(Int32)
Returns the sequence of indexes for the specified group.
(Inherited from Pivot.)
Public methodGetIndexes(Int32, Int32)
Gets a sequence of indexes for the grouping.
(Inherited from Pivot.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference

Extreme.DataAnalysis Namespace

Copyright (c) 2004-2023 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2023, 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.