2 instantiations of AlienHero
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
25var tribe = new List<AlienHero>() { new AlienHero("ML.NET", 2, 1000, 52var alien = new AlienHero("TEN.LM", 1, 2, 3, 4, 5, 6, 7, 8);
5 references to AlienHero
Microsoft.ML.Samples (5)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (5)
25var tribe = new List<AlienHero>() { new AlienHero("ML.NET", 2, 1000, 49var engine = mlContext.Model.CreatePredictionEngine<AlienHero, 52var alien = new AlienHero("TEN.LM", 1, 2, 3, 4, 5, 6, 7, 8); 207public static void MergeBody(AlienHero input, SuperAlienHero output) 216public static Action<AlienHero, SuperAlienHero> GetMapping()