Mercurial > hg > asc-c
view Run5FoldClass.m @ 0:acfea2266c6d tip
Baseline classification system. Note that needs ma toolbox (for comoputation of mfccs) and pmtk3 toolbox
author | Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk> |
---|---|
date | Fri, 31 May 2013 12:25:30 +0100 |
parents | |
children |
line wrap: on
line source
addpath(genpath('ma')) addpath(genpath('pmtk3')) addpath(genpath('classification_folds')) for iFold=1:5 baseline(['classification_folds/fold' num2str(iFold) '_train.txt'],... ['classification_folds/fold' num2str(iFold) '_test.txt'],... ['output_fold' num2str(iFold) '.txt']); end