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