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)。
|
適用対象