4 references to AlienFusionProcess
Microsoft.ML.Core.Tests (4)
UnitTests\TestCustomTypeRegister.cs (4)
77
/// It will be the input of <see cref="
AlienFusionProcess
.MergeBody(AlienHero, SuperAlienHero)"/>.
137
/// The output type of processing <see cref="AlienHero"/> using <see cref="
AlienFusionProcess
.MergeBody(AlienHero, SuperAlienHero)"/>.
185
var heroEstimator = new CustomMappingEstimator<AlienHero, SuperAlienHero>(ML,
AlienFusionProcess
.MergeBody, "LambdaAlienHero");
223
ML.ComponentCatalog.RegisterAssembly(typeof(
AlienFusionProcess
).Assembly);