Share via


NormalizingTransformer.BinNormalizerModelParameters<TData>.UpperBounds Property

Definition

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

Applies to