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