L2Normalizer
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 L2Normalizer[source]
Bases:
objectScale each row (voxel / supervoxel) to unit Euclidean length.
After this step clustering compares feature directions, not magnitudes. A zero-length row stays zero. There are no training statistics: fit only records the column count so a later schema change is rejected.