7 references to ToDoubleArray
Microsoft.ML.FastTree (7)
TreeEnsemble\InternalQuantileRegressionTree.cs (2)
56_labelsDistribution = buffer.ToDoubleArray(ref position); 57_instanceWeights = buffer.ToDoubleArray(ref position);
TreeEnsemble\InternalRegressionTree.cs (4)
122_splitGain = buffer.ToDoubleArray(ref position); 123_gainPValue = buffer.ToDoubleArray(ref position); 124_previousLeafValue = buffer.ToDoubleArray(ref position); 125LeafValues = buffer.ToDoubleArray(ref position);
Utils\ToByteArrayExtensions.cs (1)
643a[i] = buffer.ToDoubleArray(ref position);