2 references to UseCommaAsDecimalMarker
Microsoft.ML.Core (1)
Utilities\DoubleParser.cs (1)
557
if ((flags & OptionFlags.
UseCommaAsDecimalMarker
) != 0)
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
684
doubleParserOptionFlags |= DoubleParser.OptionFlags.
UseCommaAsDecimalMarker
;