TreeEnsemble<T>.TreeWeights Property
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.
TreeWeights[i] is the i-th RegressionTreeBase's weight in Trees.
public System.Collections.Generic.IReadOnlyList<double> TreeWeights { get; }
member this.TreeWeights : System.Collections.Generic.IReadOnlyList<double>
Public ReadOnly Property TreeWeights As IReadOnlyList(Of Double)