3 references to ToRoundTripString
Microsoft.ML.FastTree (1)
FastTree.cs (1)
3221writer.Write("(({0} > {1}) ? ", name, FloatUtils.ToRoundTripString(tree.RawThreshold(node)));
Microsoft.ML.StandardTrainers (2)
Standard\LinearPredictorUtils.cs (2)
51writer.Write(FloatUtils.ToRoundTripString(value)); 64writer.Write(FloatUtils.ToRoundTripString(bias));