DataFrameColumn.GetGroupedOccurrences Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>) |
Bu sütundaki her bir değerin diğer sütunda bu değere göre gruplandırılmış olarak gerçekleşmesini sağlar |
| GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>) |
Bu sütundaki her bir değerin diğer sütunda bu değere göre gruplandırılmış olarak gerçekleşmesini sağlar |
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)
- Kaynak:
- DataFrameColumn.cs
- Kaynak:
- DataFrameColumn.cs
- Kaynak:
- DataFrameColumn.cs
Bu sütundaki her bir değerin diğer sütunda bu değere göre gruplandırılmış olarak gerçekleşmesini sağlar
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))
Parametreler
- other
- DataFrameColumn
Döndürülenler
Bu sütundaki dizinin diğer sütundaki aynı değerin dizinlerine eşlemesi
Şunlara uygulanır
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)
- Kaynak:
- DataFrameColumn.cs
- Kaynak:
- DataFrameColumn.cs
- Kaynak:
- DataFrameColumn.cs
Bu sütundaki her bir değerin diğer sütunda bu değere göre gruplandırılmış olarak gerçekleşmesini sağlar
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))
Tür Parametreleri
- TKey
Parametreler
- other
- DataFrameColumn
Döndürülenler
Bu sütundaki dizinin diğer sütundaki aynı değerin dizinlerine eşlemesi