ExtensionsCatalog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of extension methods for TransformsCatalog to create instances of missing value transformer components.
public static class ExtensionsCatalog
type ExtensionsCatalog = class
Public Module ExtensionsCatalog
- Inheritance
-
ExtensionsCatalog
Methods
IndicateMissingValues(TransformsCatalog, InputOutputColumnPair[]) |
Create a MissingValueIndicatorEstimator, which copies the data from the column specified in InputColumnName to a new column: OutputColumnName. |
IndicateMissingValues(TransformsCatalog, String, String) |
Create a MissingValueIndicatorEstimator, which scans the data from the column specified in |
ReplaceMissingValues(TransformsCatalog, InputOutputColumnPair[], MissingValueReplacingEstimator+ReplacementMode, Boolean) |
Create a ColumnCopyingEstimator, which copies the data from the column specified in InputColumnName
to a new column: OutputColumnName and replaces missing values in it according to |
ReplaceMissingValues(TransformsCatalog, String, String, MissingValueReplacingEstimator+ReplacementMode, Boolean) |
Create a MissingValueReplacingEstimator, which copies the data from the column specified in |