FeatureSelectionCatalog 클래스

정의

기능 선택 변환기 구성 요소의 인스턴스를 만들기 위한 TransformsCatalog 확장 메서드 컬렉션입니다.

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

메서드

SelectFeaturesBasedOnCount(TransformsCatalog+FeatureSelectionTransforms, InputOutputColumnPair[], Int64)

Create a CountFeatureSelectingEstimator, which selects the slots for which the count of non-default values is greater than or equal to a threshold.

SelectFeaturesBasedOnCount(TransformsCatalog+FeatureSelectionTransforms, String, String, Int64)

Create a CountFeatureSelectingEstimator, which selects the slots for which the count of non-default values is greater than or equal to a threshold.

SelectFeaturesBasedOnMutualInformation(TransformsCatalog+FeatureSelectionTransforms, InputOutputColumnPair[], String, Int32, Int32)

Create a MutualInformationFeatureSelectingEstimator, which selects the top k slots across all specified columns ordered by their mutual information with the label column.

SelectFeaturesBasedOnMutualInformation(TransformsCatalog+FeatureSelectionTransforms, String, String, String, Int32, Int32)

Create a MutualInformationFeatureSelectingEstimator, which selects the top k slots across all specified columns ordered by their mutual information with the label column.

적용 대상