MinMaxScaling
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.
- class MinMaxScaling(across_features: bool = False)[source]
Bases:
_ScopedMethodScale features to [0, 1].
The usual final step of a voxel-level chain: distance-based clustering treats every feature dimension as commensurable, which is only true once the dimensions share a range.