TreeEnsembleFeaturizationEstimatorBase.OptionsBase.TreesColumnName 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 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