1 write to LossFunctionName
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
66LossFunctionName = lossFunctionName;
7 references to LossFunctionName
Microsoft.ML.FastTree (7)
GamTrainer.cs (1)
431string lossFunctionName = finalResult.LossFunctionName;
Training\Test.cs (6)
77if (LossFunctionName != o.LossFunctionName) 90+ LossFunctionName.SizeInBytes() 97LossFunctionName.ToByteArray(buffer, ref offset); 188sb.AppendFormat("{0}.{1}={2}\n", ScoreTracker.DatasetName, r.LossFunctionName, r.FinalValue); 509sb.AppendFormat("{0}:{1:00.00}", t.LossFunctionName, t.FinalValue);