Partilhar via


GamModelParametersBase.GetBinEffects(Int32) Método

Definição

Obtenha os pesos binados para cada recurso.

public System.Collections.Generic.IReadOnlyList<double> GetBinEffects (int featureIndex);
member this.GetBinEffects : int -> System.Collections.Generic.IReadOnlyList<double>
Public Function GetBinEffects (featureIndex As Integer) As IReadOnlyList(Of Double)

Parâmetros

featureIndex
Int32

O índice do recurso (no vetor de treinamento) a ser obtido.

Retornos

Os efeitos em binagem para cada recurso. Pode ser tamanho zero se esse recurso não tiver compartimentos.

Aplica-se a