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