Share via


TreeEnsembleFeaturizationEstimatorBase.OptionsBase.TreesColumnName Field

Definition

The name of the column that stores the prediction values of all trees. Its type is a vector of Single and the i-th vector element is the prediction value predicted by the i-th tree. If TreesColumnName is null, this output column may not be generated.

public string TreesColumnName;
val mutable TreesColumnName : string
Public TreesColumnName As String 

Field Value

Applies to