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