GamModelParametersBase.GetBinUpperBounds(Int32) Method
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.
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.