NaiveCalibrator.BinProbs Property
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.
The value of probability in each bin.
public System.Collections.Generic.IReadOnlyList<float> BinProbs { get; }
member this.BinProbs : System.Collections.Generic.IReadOnlyList<single>
Public ReadOnly Property BinProbs As IReadOnlyList(Of Single)