1 write to FeatureMap
Microsoft.ML.FastTree (1)
FastTree.cs (1)
195FeatureMap = instanceConverter.FeatureMap;
6 references to FeatureMap
Microsoft.ML.FastTree (6)
FastTree.cs (2)
234if (FeatureMap != null) 235TrainedEnsemble.RemapFeatures(FeatureMap);
RandomForestClassification.cs (2)
237if (FeatureMap != null) 238TrainedEnsemble.RemapFeatures(FeatureMap);
RandomForestRegression.cs (2)
376if (FeatureMap != null) 377TrainedEnsemble.RemapFeatures(FeatureMap);