DataFrameColumn.GetGroupedOccurrences Metode

Definisi

Overload

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

Dapatkan kemunculan setiap nilai dari kolom ini di kolom lain, dikelompokkan menurut nilai ini

GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)

Dapatkan kemunculan setiap nilai dari kolom ini di kolom lain, dikelompokkan menurut nilai ini

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

Sumber:
DataFrameColumn.cs
Sumber:
DataFrameColumn.cs
Sumber:
DataFrameColumn.cs

Dapatkan kemunculan setiap nilai dari kolom ini di kolom lain, dikelompokkan menurut nilai ini

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))

Parameter

otherColumnNullIndices
HashSet<Int64>

Mengembalikan

Pemetaan indeks dari kolom ini ke indeks dengan nilai yang sama di kolom lain

Berlaku untuk

GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)

Sumber:
DataFrameColumn.cs
Sumber:
DataFrameColumn.cs
Sumber:
DataFrameColumn.cs

Dapatkan kemunculan setiap nilai dari kolom ini di kolom lain, dikelompokkan menurut nilai ini

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))

Jenis parameter

TKey

Parameter

otherColumnNullIndices
HashSet<Int64>

Mengembalikan

Pemetaan indeks dari kolom ini ke indeks dengan nilai yang sama di kolom lain

Berlaku untuk