c@242: #ifndef _PCA_H c@242: #define _PCA_H c@242: c@242: /* c@242: * pca.h c@242: * soundbite c@242: * c@242: * Created by Mark Levy on 08/02/2006. c@242: * Copyright 2006 Centre for Digital Music, Queen Mary, University of London. All rights reserved. c@242: * c@242: */ c@242: c@242: void pca_project(double** data, int n, int m, int ncomponents); c@242: c@242: c@242: #endif c@242: