Skip to content

Developer Documentation

Olivier Lartillot edited this page Apr 13, 2022 · 14 revisions

Please read first the Developer Guidelines.

MiningSuite Architecture

The MiningSuite is decomposed into packages related to the different domains of applications. Each package corresponds to a subfolder in the MiningSuite main folder:

  • +sig for SigMinr, containing:
  • +aud for AudMinr, dedicated to auditory modelling
  • +mus for MusMinr, dedicated to music analysis
  • +vid for VidMinr, dedicated to video analysis
  • +phy for PhyMinr, dedicated to physics and motion analysis
  • +seq for SeqMinr, dedicated to sequence analysis
  • +pat for PatMinr, dedicated to pattern mining

Click on any link above to access the developer documentation of the specific package.

How to add new code in the MiningSuite

WORK IN PROGRESS...

Clone this wiki locally