NormalizingTransformer.BinNormalizerModelParameters<TData>.UpperBounds 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 standard deviation(s). In the scalar case, these are the bin upper bounds for that single value. In the vector case it is a jagged array of the bin upper bounds for all slots.
public System.Collections.Immutable.ImmutableArray<TData> UpperBounds { get; }
member this.UpperBounds : System.Collections.Immutable.ImmutableArray<'Data>
Public ReadOnly Property UpperBounds As ImmutableArray(Of TData)
Property Value
ImmutableArray<TData>