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