1 write to ActiveFeatures
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
230
tree.
ActiveFeatures
= (bool[])activeFeatures.Clone();
1 reference to ActiveFeatures
Microsoft.ML.FastTree (1)
TreeEnsemble\InternalRegressionTree.cs (1)
1415
var featureBins = dataset.GetFeatureBinRowwiseIndexer(
ActiveFeatures
);