NormalizingTransformer.BinNormalizerModelParameters<TData>.Offset 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.
If normalization is performed with Microsoft.ML.Transforms.NormalizeTransform.ControlZeroArgumentsBase.EnsureZeroUntouched set to true, the offset indicates the displacement of zero, if any.
public TData Offset { get; }
member this.Offset : 'Data
Public ReadOnly Property Offset As TData
Property Value
TData