DataFrameStatFunctions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 的 DataFrame 統計資料函數。
public sealed class DataFrameStatFunctions
type DataFrameStatFunctions = class
Public NotInheritable Class DataFrameStatFunctions
- 繼承
-
DataFrameStatFunctions
方法
| ApproxQuantile(String, IEnumerable<Double>, Double) |
計算 DataFrame 數值資料行的近似分位數。 |
| Corr(String, String) |
計算 DataFrame 兩個數據行的 Pearson 相互關聯係數。 |
| Corr(String, String, String) |
計算 DataFrame 兩個數據行的相互關聯。 |
| Cov(String, String) |
計算 DataFrame 兩個數值資料行的樣本共變數。 |
| Crosstab(String, String) |
計算指定資料行的配對頻率資料表,也稱為應變表。 |
| FreqItems(IEnumerable<String>) |
尋找資料行的常見專案,可能具有預設支援 1% 的誤判。 |
| FreqItems(IEnumerable<String>, Double) |
尋找資料行的常用專案,可能是誤判。 |
| SampleBy<T>(Column, IDictionary<T,Double>, Int64) |
根據每個階層上指定的分數,傳回分層樣本而不取代。 |
| SampleBy<T>(String, IDictionary<T,Double>, Int64) |
根據每個階層上指定的分數,傳回分層樣本而不取代。 |