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. 212if (_pathsColumnName != null) 215if (activeIndices.Contains(OutputSchema[_pathsColumnName].Index))