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