5 instantiations of ValueMappingEstimator
Microsoft.ML.Data (5)
Transforms\ConversionsExtensionsCatalog.cs (5)
346return new ValueMappingEstimator<TInputType, TOutputType>(catalog.GetEnvironment(), lookupMap, 378return new ValueMappingEstimator<TInputType, TOutputType>(catalog.GetEnvironment(), lookupMap, 412return new ValueMappingEstimator<TInputType, TOutputType>(catalog.GetEnvironment(), lookupMap, 451return new ValueMappingEstimator<TInputType, TOutputType>(catalog.GetEnvironment(), lookupMap, 482return new ValueMappingEstimator<TInputType, TOutputType>(catalog.GetEnvironment(), lookupMap,
12 references to ValueMappingEstimator
Microsoft.ML.AutoML.Tests (1)
UserInputValidationTests.cs (1)
358var convertLabelToBoolEstimator = mlContext.Transforms.Conversion.MapValue(DefaultColumnNames.Label,
Microsoft.ML.Data (5)
Transforms\ConversionsExtensionsCatalog.cs (5)
332public static ValueMappingEstimator<TInputType, TOutputType> MapValue<TInputType, TOutputType>( 364internal static ValueMappingEstimator<TInputType, TOutputType> MapValue<TInputType, TOutputType>( 397internal static ValueMappingEstimator<TInputType, TOutputType> MapValue<TInputType, TOutputType>( 437public static ValueMappingEstimator<TInputType, TOutputType> MapValue<TInputType, TOutputType>( 468internal static ValueMappingEstimator<TInputType, TOutputType> MapValue<TInputType, TOutputType>(
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\MapValueToArray.cs (1)
43var pipeline = mlContext.Transforms.Conversion.MapValue("Features",
Microsoft.ML.Tests (5)
Transformers\ValueMappingTests.cs (5)
62var estimator = new ValueMappingEstimator<string, int>(Env, lookupMap, 100var valueMappingEstimator = new ValueMappingEstimator<string, int>(Env, lookupMap, 184var estimator = new ValueMappingEstimator<string, int>(Env, lookupMap, 273var estimator = new ValueMappingEstimator<string, int>(Env, lookupMap, 314var estimator = new ValueMappingEstimator<string, int>(Env, lookupMap,