ac - package of audio classifier feature and label support functions

The "ac" (audio classifier) package separates out some of the core functionality from the genNewBasline package, specifically the parts that load and save feature and label files, and even the application of trained classifiers. It consists of several subfamilies of functions:

- acClsf*.m relate to applying classifiers

- acFtr*.m relate to feature manipulation

- acFtrFile*.m relate to feature file manipulation

- acLab*.m relate to label manipulation

- acLabFile*.m relate to label file manipulation

- acVQ*.m perform vector quantization functions

There are a number of other stand-alone or top-level functions including:

- acGetFtrsLabs.m - the main way to read in a block of features and labels

- acKmeans.m - perform K-means clustering

- acFilemapRead.m - read and initialize a mapping between file IDs and full paths

- acMargEstThresh.m - ?

- acSearchParams.m - ?

Contents

Installation

You can download a zip file containing the Matlab scripts from ac.zip.

% Last updated: $Date: 2013/02/11 21:57:49 $
% Dan Ellis <dpwe@ee.columbia.edu>