2 references to GetStandardDeviation
Microsoft.ML.FastTree (2)
Utils\VectorUtils.cs (2)
58
double std =
GetStandardDeviation
(vector, mean);
158
return
GetStandardDeviation
(vector, GetMean(vector));