RegressionTreeBase.NumberOfLeaves 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.
Number of leaves in the tree. Note that NumberOfLeaves does not take non-leaf nodes into account.
public int NumberOfLeaves { get; }
member this.NumberOfLeaves : int
Public ReadOnly Property NumberOfLeaves As Integer