8 references to ToDouble
Microsoft.ML.FastTree (8)
Training\Test.cs (2)
111double rawValue = buffer.ToDouble(ref offset); 112double factor = buffer.ToDouble(ref offset);
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (4)
1166LteOutput = buffer.ToDouble(ref offset); 1167GTOutput = buffer.ToDouble(ref offset); 1168Gain = buffer.ToDouble(ref offset); 1169GainPValue = buffer.ToDouble(ref offset);
TreeEnsemble\InternalRegressionTree.cs (2)
102_maxOutput = buffer.ToDouble(ref position); 103Weight = buffer.ToDouble(ref position);