2 references to FoldSeparatorString
Microsoft.ML.ResultProcessor (2)
ResultProcessor.cs (2)
896if (lines[i] == FoldSeparatorString && (i + 1) < lines.Count && lines[i + 1].StartsWith("FOLD")) 900while (endLineIdx < lines.Count && lines[endLineIdx] != FoldSeparatorString)