3 overrides of FormatInfoString
Microsoft.ML.FastTree (3)
Training\Test.cs (3)
249public sealed override string FormatInfoString() 364public override string FormatInfoString() 499public override string FormatInfoString()
2 references to FormatInfoString
Microsoft.ML.FastTree (2)
FastTree.cs (1)
806sw.Write(t.FormatInfoString());
Training\Test.cs (1)
251return SimpleTest.FormatInfoString();