TreeEnsemble<T>.Trees Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Trees[i] é o i-th RegressionTreeBase em Trees.
public System.Collections.Generic.IReadOnlyList<T> Trees { get; }
member this.Trees : System.Collections.Generic.IReadOnlyList<'T (requires 'T :> Microsoft.ML.Trainers.FastTree.RegressionTreeBase)>
Public ReadOnly Property Trees As IReadOnlyList(Of T)