PermutationFeatureImportanceExtensions 類別

定義

BinaryClassificationCatalogMulticlassClassificationCatalogRankingCatalog 用來 RegressionCatalog 建立排列特徵重要性元件的實例的擴充方法集合。

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) (排列特徵重要性。

適用於