Menu

Deep learning for NeuroImaging in Python.

Note

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

surfify.augmentation.utils.interval(bound, dtype=<class 'float'>)[source]

Create an interval.

Parameters:

bound : 2-uplet or number

the object used to build the interval.

dtype : object, default float

data type: float, int, …

Returns:

interval : 2-uplet

an interval.

Follow us

© 2025, nidl developers