1 write to Type
Microsoft.ML.Data (1)
Transforms\NAFilter.cs (1)
53
Type
= type;
8 references to Type
Microsoft.ML.Data (8)
Transforms\NAFilter.cs (8)
278
if (info.
Type
is VectorDataViewType vecType)
286
genericArgument = info.
Type
.RawType;
296
Contracts.Assert(!(info.
Type
is VectorDataViewType));
297
Contracts.Assert(info.
Type
.RawType == typeof(T));
300
var hasBad = Data.Conversion.Conversions.DefaultInstance.GetIsNAPredicate<T>(info.
Type
);
308
Contracts.Assert(info.
Type
is VectorDataViewType);
309
Contracts.Assert(info.
Type
.RawType == typeof(VBuffer<T>));
312
var hasBad = Data.Conversion.Conversions.DefaultInstance.GetHasMissingPredicate<T>((VectorDataViewType)info.
Type
);