torch_geometric.transforms.NormalizeScale
- class NormalizeScale[source]
Bases:
BaseTransform
Centers and normalizes node positions to the interval \((-1, 1)\) (functional name:
normalize_scale
).
Bases: BaseTransform
Centers and normalizes node positions to the interval \((-1, 1)\)
(functional name: normalize_scale
).