4 types derived from CustomMappingFactory
Microsoft.ML.Core.Tests (1)
UnitTests\TestCustomTypeRegister.cs (1)
158private class AlienFusionProcess : CustomMappingFactory<AlienHero, SuperAlienHero>
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMappingSaveAndLoad.cs (1)
83private class IsUnderThirtyCustomAction : CustomMappingFactory<InputData,
Microsoft.ML.Tests (2)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
725public class CustomMappings : CustomMappingFactory<InputRow, OutputRow>
Transformers\CustomMappingTests.cs (1)
36public class MyLambda : CustomMappingFactory<MyInput, MyOutput>
3 references to CustomMappingFactory
Microsoft.ML.Tests (1)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
722/// derives from <see cref="CustomMappingFactory{TSrc, TDst}"/>.
Microsoft.ML.Transforms (2)
CustomMappingCatalog.cs (1)
26/// <see cref="CustomMappingFactory{TSrc, TDst}"/> and needs to be decorated with
LambdaTransform.cs (1)
73throw env.Except($"The class with contract '{contractName}' must derive from '{typeof(CustomMappingFactory<,>).FullName}' or from '{typeof(StatefulCustomMappingFactory<,,>).FullName}'.");