view maths/pca/PCA.h @ 243:dc30e3864ceb

* merge in segmentation code from soundbite plugin/library repository
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 09 Jan 2008 10:46:25 +0000
parents 6060110dc3c6
children
line wrap: on
line source
#ifndef _PCA_H
#define _PCA_H

/*
 *  pca.h
 *  soundbite
 *
 *  Created by Mark Levy on 08/02/2006.
 *  Copyright 2006 Centre for Digital Music, Queen Mary, University of London. All rights reserved.
 *
 */

void pca_project(double** data, int n, int m, int ncomponents);


#endif