다음을 통해 공유


DataFrameColumn.GetGroupedOccurrences 메서드

정의

오버로드

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

이 값으로 그룹화된 다른 열의 이 열에서 각 값의 발생을 가져옵니다.

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

이 값으로 그룹화된 다른 열의 이 열에서 각 값의 발생을 가져옵니다.

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs

이 값으로 그룹화된 다른 열의 이 열에서 각 값의 발생을 가져옵니다.

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

매개 변수

otherColumnNullIndices
HashSet<Int64>

반환

이 열의 인덱스를 다른 열에서 동일한 값의 인덱스로 매핑

적용 대상

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

Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs

이 값으로 그룹화된 다른 열의 이 열에서 각 값의 발생을 가져옵니다.

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

형식 매개 변수

TKey

매개 변수

otherColumnNullIndices
HashSet<Int64>

반환

이 열의 인덱스를 다른 열에서 동일한 값의 인덱스로 매핑

적용 대상