2 references to GetMean
Microsoft.ML.FastTree (2)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (2)
195
double mean = VectorUtils.
GetMean
(_observations[j]);
212
float targetMean = (float)VectorUtils.
GetMean
(_targets);