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