PermutationFeatureImportanceExtensions 클래스

정의

BinaryClassificationCatalogMulticlassClassificationCatalogRankingCatalog 열 기능 중요도 구성 요소의 인스턴스를 만드는 데 사용되는 RegressionCatalog확장 메서드의 컬렉션입니다.

public static class PermutationFeatureImportanceExtensions
type PermutationFeatureImportanceExtensions = class
Public Module PermutationFeatureImportanceExtensions
상속
PermutationFeatureImportanceExtensions

메서드

PermutationFeatureImportance(MulticlassClassificationCatalog, ITransformer, IDataView, String, Boolean, Nullable<Int32>, Int32)

MulticlassClassification에 대한 순열 기능 중요도(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)

MulticlassClassification에 대한 순열 기능 중요도(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)입니다.

적용 대상