torch_geometric.transforms.RandomJitter
- class RandomJitter(translate: Union[float, int, Sequence[Union[float, int]]])[source]
Bases:
BaseTransformTranslates node positions by randomly sampled translation values within a given interval (functional name:
random_jitter). In contrast to other random transformations, translation is applied separately at each position.