3 writes to FeatureMap
Microsoft.ML.FastTree (3)
FastTree.cs (3)
1575FeatureMap = Enumerable.Range(0, NumFeatures).Where(f => BinUpperBounds[f].Length > 1).ToArray(); 2040FeatureMap = Enumerable.Range(0, NumFeatures).Where(f => BinUpperBounds[f].Length > 1).ToArray(); 2062FeatureMap = new[] { 0 };
7 references to FeatureMap
Microsoft.ML.FastTree (7)
FastTree.cs (7)
1573Contracts.Assert(FeatureMap == null); 2045Contracts.Assert(iFeature + flock.Count <= FeatureMap.Length); 2046int min = FeatureMap[iFeature]; 2047int lim = iFeature + flock.Count == FeatureMap.Length 2049: FeatureMap[iFeature + flock.Count]; 2056ch.Assert(iFeature == FeatureMap.Length); 2757FeatureMap = convData.FeatureMap;