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)
459
ctx.SaveStringOrNull(
_pathsColumnName
);
528
return new BoundMapper(env, this, schema, _treesColumnName, _leavesColumnName,
_pathsColumnName
);