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