4 references to CustomMappings
Microsoft.ML.Tests (4)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (4)
724[CustomMappingFactoryAttribute(nameof(CustomMappings.IncomeMapping))] 741var estimator = mlContext.Transforms.CustomMapping<InputRow, OutputRow>(CustomMappings.IncomeMapping, nameof(CustomMappings.IncomeMapping)) 759newContext.ComponentCatalog.RegisterAssembly(typeof(CustomMappings).Assembly);