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.mixup.MixUpAugmentation(prob, n_vertices)[source]

Aplly an augmentation with random parameters defined in intervals.

Init class.

Parameters:

prob : float

the probability of curuption.

n_vertices : int (N, )

the size of the cortical measures.

rand_mask()[source]

Generate a binary corruption mask.

Follow us

© 2025, nidl developers