FeatureSelectionCatalog クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特徴選択トランスフォーマー コンポーネントのインスタンスを作成するための拡張メソッド 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 個のスロットを選択する、作成します。 |