1 implementation of GlobalMean
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
49double[] IParallelTraining.GlobalMean(Dataset dataset, InternalRegressionTree tree, DocumentPartitioning partitioning, double[] weights, bool filterZeroLambdas)
3 references to GlobalMean
Microsoft.ML.FastTree (3)
FastTreeClassification.cs (1)
405means = _parallelTraining.GlobalMean(Dataset, tree, partitioning, Weights, false);
FastTreeRanking.cs (1)
934means = _parallelTraining.GlobalMean(Dataset, tree, partitioning, Weights, _filterZeroLambdas);
Training\Parallel\IParallelTraining.cs (1)
49/// 3. interactive with Application : <see cref="GlobalMean" />.