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