11 references to 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,
Microsoft.ML.Tests (6)
Transformers\ValueMappingTests.cs (6)
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, 352Assert.Throws<InvalidOperationException>(() => new ValueMappingEstimator<string, int>(Env, lookupMap,