-
Notifications
You must be signed in to change notification settings - Fork 10
Developer Documentation
Olivier Lartillot edited this page Apr 13, 2022
·
14 revisions
Please read first the Developer Guidelines.
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:- the core operators of the MiningSuite:
sig.operate
,sig.options
,sig.compute
, etc. - and all classes and operations related to general signal processing:
- the
sig.Signal
andsig.data
classes, etc.
- the
- the core operators of the MiningSuite:
-
+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