2 overrides of HasNA
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderParser.cs (2)
254public override bool HasNA { get; } 301public override bool HasNA { get; }
2 references to HasNA
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderParser.cs (2)
1433if (!v.HasNA) 1469if (!v.HasNA)