Share via


TreeEnsembleFeaturizationEstimatorBase.OptionsBase.LeavesColumnName Field

Definition

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 

Field Value

Applies to