morpheus.models.dfencoder.scalers

Functions

ensure_float_type(x) Ensure we are in the right floating point format.

Classes

GaussRankScaler() So-called "Gauss Rank" scaling.
ModifiedScaler() Implements scaling using modified z score.
NullScaler()

Methods

StandardScaler() Impliments standard (mean/std) scaling.
ensure_float_type(x)[source]

Ensure we are in the right floating point format.

Previous morpheus.models.dfencoder.multiprocessing
Next morpheus.models.dfencoder.scalers.GaussRankScaler
© Copyright 2023, NVIDIA. Last updated on Feb 2, 2024.