10 writes to Feature
Microsoft.ML.FastTree (10)
Dataset\FeatureFlock.cs (4)
317leafSplitCandidates.FeatureSplitInfo[featureIndex].Feature = featureIndex; 469leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].Feature = firstFlockFeature; 681leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].Feature = firstFlockFeature; 903leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].Feature = firstFlockFeature;
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (6)
205newRootSplitInfo.Feature = 0; 498BestSplitInfoPerLeaf[leaf].Feature = bestFeature; 792leafSplitCandidates.FeatureSplitInfo[feature].Feature = feature; 1077FeatureSplitInfo[f].Feature = f; 1116Feature = -1; 1164Feature = buffer.ToInt(ref offset);
7 references to Feature
Microsoft.ML.FastTree (7)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (7)
253++FeatureUseCount[rootSplitInfo.Feature]; 274++FeatureUseCount[bestLeafSplitInfo.Feature]; 289int newInteriorNodeIndex = tree.Split(bestLeaf, bestSplitInfo.Feature, bestSplitInfo.CategoricalFeatureIndices, bestSplitInfo.CategoricalSplitRange, 317Partitioning.Split(bestLeaf, TrainData.GetIndexer(bestSplitInfo.Feature), bestSplitInfo.Threshold, gtChild); 1137Feature.ToByteArray(buffer, ref offset); 1196int myFeature = Feature; 1197int otherFeature = other.Feature;