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) 。
|
适用于