1 write to _pathsColumnName
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
159
_pathsColumnName
= pathsColumnName;
3 references to _pathsColumnName
Microsoft.ML.FastTree (3)
TreeEnsembleFeaturizer.cs (3)
100
/// If <see cref="
_pathsColumnName
"/> is <see langword="null"/>, this output column may not be generated.
212
if (
_pathsColumnName
!= null)
215
if (activeIndices.Contains(OutputSchema[
_pathsColumnName
].Index))