言語

PermutationFeatureImportanceExtensions クラス

定義

順列特徴重要度コンポーネントのインスタンスを作成するために、 RegressionCatalogBinaryClassificationCatalogMulticlassClassificationCatalog、および RankingCatalog によって使用される拡張メソッドのコレクション。

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

適用対象