Menu

Deep learning for NeuroImaging in Python.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class surfify.augmentation.utils.RandomAugmentation[source]

Apply an augmentation with random parameters defined in intervals.

Init class.

class Interval(low, high, dtype)

Create new instance of Interval(low, high, dtype)

dtype

Alias for field number 2

high

Alias for field number 1

low

Alias for field number 0

Follow us

© 2025, nidl developers