Bagikan melalui


FeatureSelectionCatalog Kelas

Definisi

Kumpulan metode ekstensi untuk TransformsCatalog membuat instans komponen transformator pemilihan fitur.

public static class FeatureSelectionCatalog
type FeatureSelectionCatalog = class
Public Module FeatureSelectionCatalog
Warisan
FeatureSelectionCatalog

Metode

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

Buat CountFeatureSelectingEstimator, yang memilih slot yang jumlah nilai non-defaultnya lebih besar dari atau sama dengan ambang batas.

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

Buat CountFeatureSelectingEstimator, yang memilih slot yang jumlah nilai non-defaultnya lebih besar dari atau sama dengan ambang batas.

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

Buat MutualInformationFeatureSelectingEstimator, yang memilih slot k atas di semua kolom tertentu yang diurutkan berdasarkan informasi bersamanya dengan kolom label.

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

Buat MutualInformationFeatureSelectingEstimator, yang memilih slot k atas di semua kolom tertentu yang diurutkan berdasarkan informasi bersamanya dengan kolom label.

Berlaku untuk