Base:
method
FitTargets
Microsoft.ML.Trainers.FastTree.TreeLearner.FitTargets(Microsoft.ML.Runtime.IChannel, System.Boolean[], System.Double[])
1 reference to FitTargets
Microsoft.ML.FastTree (1)
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (1)
34var tree = (InternalQuantileRegressionTree)FitTargets(ch, activeFeatures, weightedtargets);