TransformsCatalog.FeatureSelectionTransforms Clase

Definición

Clase usada por MLContext para crear instancias de componentes de transformación de selección de características.

public sealed class TransformsCatalog.FeatureSelectionTransforms
type TransformsCatalog.FeatureSelectionTransforms = class
Public NotInheritable Class TransformsCatalog.FeatureSelectionTransforms
Herencia
TransformsCatalog.FeatureSelectionTransforms

Métodos de extensión

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

Cree un CountFeatureSelectingEstimator, que seleccione las ranuras para las que el recuento de valores no predeterminados es mayor o igual que un umbral.

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

Cree un CountFeatureSelectingEstimator, que seleccione las ranuras para las que el recuento de valores no predeterminados es mayor o igual que un umbral.

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

Cree un MutualInformationFeatureSelectingEstimatorobjeto , que selecciona las k ranuras principales en todas las columnas especificadas ordenadas por su información mutua con la columna de etiqueta.

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

Cree un MutualInformationFeatureSelectingEstimatorobjeto , que selecciona las k ranuras principales en todas las columnas especificadas ordenadas por su información mutua con la columna de etiqueta.

Se aplica a