1 write to InputType
Microsoft.ML.Transforms (1)
MissingValueIndicatorTransformer.cs (1)
170
InputType
= inType;
5 references to InputType
Microsoft.ML.Transforms (5)
MissingValueIndicatorTransformer.cs (5)
172
InputIsNA = GetIsNADelegate(
InputType
);
241
if (!(_infos[iinfo].
InputType
is VectorDataViewType))
250
=> Utils.MarshalInvoke(_composeGetterOneMethodInfo, this, _infos[iinfo].
InputType
.RawType, input, iinfo);
272
=> Utils.MarshalInvoke(_composeGetterVecMethodInfo, this, _infos[iinfo].
InputType
.GetItemType().RawType, input, iinfo);
468
var inputType = _infos[iinfo].
InputType
;