DataFrameColumn.GetGroupedOccurrences メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>) |
この値でグループ化された、他の列のこの列から各値の出現を取得します |
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>) |
この値でグループ化された、他の列のこの列から各値の出現を取得します |
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)
この値でグループ化された、他の列のこの列から各値の出現を取得します
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))
パラメーター
- other
- DataFrameColumn
戻り値
この列から他の列の同じ値のインデックスへのインデックスのマッピング
適用対象
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)
この値でグループ化された、他の列のこの列から各値の出現を取得します
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
パラメーター
- other
- DataFrameColumn
戻り値
この列から他の列の同じ値のインデックスへのインデックスのマッピング