FeatureSelectionCatalog クラス

定義

特徴選択トランスフォーマー コンポーネントのインスタンスを作成するための拡張メソッド TransformsCatalog のコレクション。

public static class FeatureSelectionCatalog
type FeatureSelectionCatalog = class
Public Module FeatureSelectionCatalog
継承
FeatureSelectionCatalog

メソッド

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

既定値以外の CountFeatureSelectingEstimator値の数がしきい値以上のスロットを選択する、作成します。

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

既定値以外の CountFeatureSelectingEstimator値の数がしきい値以上のスロットを選択する、作成します。

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

MutualInformationFeatureSelectingEstimatorラベル列との相互情報で並べ替えられた、指定されたすべての列の上位 k 個のスロットを選択する、作成します。

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

MutualInformationFeatureSelectingEstimatorラベル列との相互情報で並べ替えられた、指定されたすべての列の上位 k 個のスロットを選択する、作成します。

適用対象