process

COLA(process, store, n_total, n_samples, ...)

Constant overlap-add processing helper.

ensure_int(x[, name, must_be, extra])

Ensure a variable is an integer.

get_mem([n_jobs])

Get the amount of memory to use for parallelization.

is_number(s)

Check if an object is a number

iterate_axes(arr, axes)

Iterate over all possible indices for a set of axes

parallelize(func, ins[, verbose, n_jobs])

Parallelize a function to run on multiple processors.

proc_array(func, arr_in[, axes, n_jobs, ...])

Execute a function in parallel over slices of an array

sliding_window(x_data, labels, scorer[, ...])

Compute a function over a sliding window.

validate_type(item, types)

Validate the type of an object.