Reference API

bmmltools.core.data

Data object in bmmltools are used to read data coming from external sources and make them compatible with the other bmmltools objects.

bmmltools.core.tracer

Trace objects in bmmltools are used to track all the intermediate results (i.e.

bmmltools.operations.io

Input/Output operations in bmmltools.

bmmltools.operations.feature

Operations used to extract features from some dataset on a trace.

bmmltools.operations.clustering

Operations used to do clustering and study some of their properties.

bmmltools.operations.segmentation

Operations used to perform segmentation at voxel level using supervised methods.

bmmltools.operations.explanation

Operation useful to get an explanation of the clustering obtained starting from a set of understandable features.

bmmltools.features.dft

DFT related functions.

bmmltools.features.dish

DISH descriptor.

bmmltools.board.backend.tracegraph

Graph utils for bmmlboard.

bmmltools.board.backend.visualization

Visualization tools used in bmmlboard.

bmmltools.utils.basic

Generic utilities used in bmmltools.

bmmltools.utils.io_utils

Basic I/O utils used in bmmltools.

bmmltools.utils.geometric

Utilities for geometric transformations in bmmltools.

bmmltools.utils.graph

Graph related utils.