Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
Basic matrix class Can store heterogenous data and contains functionality for handling named columns. Also supports comparison and iteration and can be converted to other formats
src/p/e/PEATDB-2.3/PEATDB/plugins/PCA.py PEATDB(Download)
#Write out vectors ev = Core.Data.Matrix.Matrix(rows=list(eigenvectors)) ev.addColumn(m.columnHeaders(), 0) headers = ['Variables']