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