PermutationFeatureImportanceExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static class PermutationFeatureImportanceExtensions
type PermutationFeatureImportanceExtensions = class
Public Module PermutationFeatureImportanceExtensions
- 繼承
-
PermutationFeatureImportanceExtensions
方法
PermutationFeatureImportance(MulticlassClassificationCatalog, ITransformer, IDataView, String, Boolean, Nullable<Int32>, Int32)
|
多類別分類的 PFI) (排列特徵重要性。
|
PermutationFeatureImportance(RankingCatalog, ITransformer, IDataView, String, String, Boolean, Nullable<Int32>, Int32)
|
排名 (PFI) 排列特徵重要性。
|
PermutationFeatureImportance(RegressionCatalog, ITransformer, IDataView, String, Boolean, Nullable<Int32>, Int32)
|
回歸的 PFI) (排列特徵重要性。
|
PermutationFeatureImportance<TModel>(BinaryClassificationCatalog,
ISingleFeaturePredictionTransformer<TModel>, IDataView, String,
Boolean, Nullable<Int32>, Int32)
|
二元分類的 PFI) (排列特徵重要性。
|
PermutationFeatureImportance<TModel>(MulticlassClassificationCatalog,
ISingleFeaturePredictionTransformer<TModel>, IDataView, String,
Boolean, Nullable<Int32>, Int32)
|
多類別分類的 PFI) (排列特徵重要性。
|
PermutationFeatureImportance<TModel>(RankingCatalog, ISingleFeaturePredictionTransformer<TModel>,
IDataView, String, String, Boolean, Nullable<Int32>, Int32)
|
排名 (PFI) 排列特徵重要性。
|
PermutationFeatureImportance<TModel>(RegressionCatalog, ISingleFeaturePredictionTransformer<TModel>,
IDataView, String, Boolean, Nullable<Int32>, Int32)
|
回歸的 PFI) (排列特徵重要性。
|
PermutationFeatureImportanceNonCalibrated(BinaryClassificationCatalog, ITransformer, IDataView, String, Boolean, Nullable<Int32>, Int32)
|
二元分類的 PFI) (排列特徵重要性。
|
適用於