Share via


GamModelParametersBase.GetBinUpperBounds(Int32) Method

Definition

Get the bin upper bounds for each feature.

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

Parameters

featureIndex
Int32

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

Returns

The bin upper bounds. May be zero length if this feature has no bins.

Applies to