FeatureSelectionCatalog 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static class FeatureSelectionCatalog
type FeatureSelectionCatalog = class
Public Module 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 個位置,並依其與標籤資料行的相互資訊排序。
|
適用於