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