1 instantiation of FeaturesToContentMap
Microsoft.ML.FastTree (1)
Utils\FastTreeIniFileUtils.cs (1)
22string ensembleIni = ensemble.ToTreeEnsembleIni(new FeaturesToContentMap(schema),
5 references to FeaturesToContentMap
Microsoft.ML.FastTree (5)
FastTree.cs (1)
1377FeaturesToContentMap fmap = new FeaturesToContentMap(examples.Schema);
TreeEnsemble\InternalRegressionTree.cs (2)
1167internal void ToTreeEnsembleFormat(StringBuilder sbEvaluator, StringBuilder sbInput, FeaturesToContentMap featureContents, 1241private void ToTreeEnsembleFormatForCategoricalSplit(StringBuilder sbEvaluator, StringBuilder sbInput, FeaturesToContentMap featureContents,
TreeEnsemble\InternalTreeEnsemble.cs (2)
112internal string ToTreeEnsembleIni(FeaturesToContentMap fmap, 311internal string ToGainSummary(FeaturesToContentMap fmap, Dictionary<int, int> featureToID, int prefix, bool includeZeroGainFeatures, bool normalize, int startingCommentNumber)