MiningSuite Version 0.8.1 (Alpha version) released on December 3 2014. It is still in development stage, so the results cannot be trusted for the moment.. MiningSuite is a framework developed within the Matlab environment. It is organized into packages related to signal (SigMinr), auditory (AudMinr), music (MusMinr) domains, with further modules dedicated to symbolic sequence processing (SeqMinr) and pattern mining (PatMinr). The MiningSuite features simpler ways of building audio and music analysis processes, using modules that can be thoroughly controlled, with all the model parameters recorded in the output data. A new layer of syntax improves the readability of the modules’ code. Audio and symbolic analyses are unified into a single framework. The MiningSuite until version 0.8.1 was designed and developed by Olivier Lartillot. Open-source project hosted in http://code.google.com/p/miningsuite Copyright (C) 2014, Olivier Lartillot All rights reserved. License: New BSD License. See full text of the license in LICENSE.txt. The MiningSuite requires Matlab 7.6 (r2008a) or newer versions. But Matlab 8.2 (r2013b) or newer is strongly recommended, because MiningSuite easily crashes on previous versions. If you use a version older than 8.2, to avoid a Matlab crash, you can try to run mus.init, and when you arrive in debug mode, write in the Command Window: “dbclear all, dbcont”. The MiningSuite also requires that the Signal Processing Toolbox, one of the optional sub-packages of Matlab, be properly installed. But actually, a certain number of operators can adapt to the absence of this toolbox, and can produce more or less reliable results. But for serious use of the MiningSuite, we strongly recommend a proper installation of the Signal Processing Toolbox. To use the toolbox, simply add the folder "miningsuite" to your Matlab path. The list of operators available in the MiningSuite, stored in file Contents.m, can also be displayed by typing "help miningsuite" in Matlab. A documentation is available in the wiki of the Google Code site of the MiningSuite. https://code.google.com/p/miningsuite/wiki/MiningSuite
sharathadavanne/miningsuite
Automatically exported from code.google.com/p/miningsuite
MatlabBSD-3-Clause