PermutationFeatureImportanceExtensions 类

定义

用于创建排列特征重要性组件的实例的扩展方法RegressionCatalogBinaryClassificationCatalogMulticlassClassificationCatalogRankingCatalog集合。

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) 。

适用于