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