1 write to FeatureMap
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
261
FeatureMap
= instanceConverter.FeatureMap;
4 references to FeatureMap
Microsoft.ML.FastTree (4)
GamClassification.cs (1)
141
BinUpperBounds, BinEffects, MeanEffect, InputLength,
FeatureMap
);
GamRegression.cs (1)
109
return new GamRegressionModelParameters(Host, BinUpperBounds, BinEffects, MeanEffect, InputLength,
FeatureMap
);
GamTrainer.cs (2)
264
Host.Assert(
FeatureMap
== null ||
FeatureMap
.Length == TrainSet.NumFeatures);