DataFrameColumn.GetGroupedOccurrences Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>) |
Získání výskytů každé hodnoty z tohoto sloupce v jiném sloupci seskupené podle této hodnoty |
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>) |
Získání výskytů každé hodnoty z tohoto sloupce v jiném sloupci seskupené podle této hodnoty |
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)
Získání výskytů každé hodnoty z tohoto sloupce v jiném sloupci seskupené podle této hodnoty
public abstract System.Collections.Generic.Dictionary<long,System.Collections.Generic.ICollection<long>> GetGroupedOccurrences (Microsoft.Data.Analysis.DataFrameColumn other, out System.Collections.Generic.HashSet<long> otherColumnNullIndices);
abstract member GetGroupedOccurrences : Microsoft.Data.Analysis.DataFrameColumn * HashSet -> System.Collections.Generic.Dictionary<int64, System.Collections.Generic.ICollection<int64>>
Public MustOverride Function GetGroupedOccurrences (other As DataFrameColumn, ByRef otherColumnNullIndices As HashSet(Of Long)) As Dictionary(Of Long, ICollection(Of Long))
Parametry
- other
- DataFrameColumn
Návraty
Mapování indexu z tohoto sloupce na indexy stejné hodnoty v jiném sloupci
Platí pro
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)
Získání výskytů každé hodnoty z tohoto sloupce v jiném sloupci seskupené podle této hodnoty
protected System.Collections.Generic.Dictionary<long,System.Collections.Generic.ICollection<long>> GetGroupedOccurrences<TKey> (Microsoft.Data.Analysis.DataFrameColumn other, out System.Collections.Generic.HashSet<long> otherColumnNullIndices);
member this.GetGroupedOccurrences : Microsoft.Data.Analysis.DataFrameColumn * HashSet -> System.Collections.Generic.Dictionary<int64, System.Collections.Generic.ICollection<int64>>
Protected Function GetGroupedOccurrences(Of TKey) (other As DataFrameColumn, ByRef otherColumnNullIndices As HashSet(Of Long)) As Dictionary(Of Long, ICollection(Of Long))
Parametry typu
- TKey
Parametry
- other
- DataFrameColumn
Návraty
Mapování indexu z tohoto sloupce na indexy stejné hodnoty v jiném sloupci