2 writes to _pathsColumnName
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizer.cs (2)
407_pathsColumnName = args.PathsColumnName; 440_pathsColumnName = ctx.LoadStringOrNull();
2 references to _pathsColumnName
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizer.cs (2)
459ctx.SaveStringOrNull(_pathsColumnName); 528return new BoundMapper(env, this, schema, _treesColumnName, _leavesColumnName, _pathsColumnName);