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