GamModelParametersBase.GetBinEffects(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 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.