5 instantiations of AlienBody
Microsoft.ML.Samples (5)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (5)
143One = new AlienBody(0, 0, 0, 0); 144Two = new AlienBody(0, 0, 0, 0); 153One = new AlienBody(age, height, weight, handCount); 154Two = new AlienBody(anotherAge, anotherHeight, anotherWeight, 199Merged = new AlienBody(0, 0, 0, 0);
5 references to AlienBody
Microsoft.ML.Samples (5)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (5)
104typeof(AlienBody), this); 135public AlienBody One { get; set; } 138public AlienBody Two { get; set; } 167public DataViewAlienBodyType(int id) : base(typeof(AlienBody)) 194public AlienBody Merged { get; set; }