2 writes to _types
Microsoft.ML.Transforms (2)
MissingValueIndicatorTransform.cs (2)
82
_types
= GetTypesAndMetadata();
95
_types
= GetTypesAndMetadata();
3 references to _types
Microsoft.ML.Transforms (3)
MissingValueIndicatorTransform.cs (3)
172
return
_types
[iinfo];
179
int size =
_types
[iinfo].Size;
188
Host.Assert(
_types
[iinfo].Size == 2);