TreeEnsembleFeaturizationEstimatorBase.OptionsBase.LeavesColumnName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The 0-1 encoding of all leaf nodes' IDs. Its type is a vector of Single. If the given feature
vector falls into the first leaf of the first tree, the first element in the 0-1 encoding would be 1.
If LeavesColumnName is null
, this output column may not be generated.
public string LeavesColumnName;
val mutable LeavesColumnName : string
Public LeavesColumnName As String