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