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