Megosztás a következőn keresztül:


GamModelParametersBase.GetBinEffects(Int32) Method

Definition

Get the binned weights for each feature.

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)

Parameters

featureIndex
Int32

The index of the feature (in the training vector) to get.

Returns

The binned effects for each feature. May be zero length if this feature has no bins.

Applies to