Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0
A lightweight, interactive data analysis program for bilinear modeling (PCA and PLS)
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Einar Ryeng f1b3009f11 Fixed a bug in the output 2011-03-24 08:05:49 +00:00
R/laydi * Added function fro reading laydi selections. 2011-03-06 14:38:24 +00:00
bin Changed default directories for: 2011-03-07 16:19:45 +00:00
debian * Changed build behaviour to suit newer Ubuntu releases (at least 9.10). 2010-01-19 16:45:51 +00:00
doc Example project. 2011-03-17 10:49:08 +00:00
icons FIXING STUFF! 2008-12-05 22:07:56 +00:00
laydi Fixes #23 - Preserving the order of samples in subdata. 2011-03-08 09:27:06 +00:00
scripts Fixed a bug in the output 2011-03-24 08:05:49 +00:00
test FIXING STUFF! 2008-12-05 22:07:56 +00:00
workflows Adding simple workflow named "default" with PCA, PLS and LPLS. Changed the program to 2011-03-06 15:27:16 +00:00
LICENSE Removed some example rubbish that was placed after the GPL and had gotten 2006-10-17 17:17:50 +00:00
Makefile.m4 FIXING STUFF! 2008-12-05 22:07:56 +00:00
README Fixed description to run laydi after checkout. 2009-11-19 21:58:07 +00:00
configure * Changed build behaviour to suit newer Ubuntu releases (at least 9.10). 2010-01-19 16:45:51 +00:00
run-laydi FIXING STUFF! 2008-12-05 22:07:56 +00:00
setup.py FIXING STUFF! 2008-12-05 22:07:56 +00:00

README

Laydi Data Analysis Software

LICENSE
-------
Laydi is relased under the terms of the GNU GPL, included in the LICENSE file
in this directory.

DOCUMENTATION
-------------
The primary and canonical source of documentation is the source code. If a
keyboard shortcut is listed on the wiki but it does not work in the program,
the program is right, and the wiki is wrong.

That said, the next best place to look for documentation is the project wiki,
located at https://dev.pvv.ntnu.no/projects/laydi/help

Class documentation is in HTML form in the doc/ directory.

BUILDING
--------
Laydi is a python program, and as such, python will build compiled versions
of each .py file as it loads them. You do not need to explicitly compile the
program.

If you have just checked out the program to a directory named laydi, e.g. with
the command:

svn co https://dev.pvv.org/svn/projects/laydi/trunk laydi

you can run it by typing:

cd laydi
./configure --prefix=`pwd`/build
make
./run-laydi

TODO
----
The current TODO list can be found on
https://dev.pvv.ntnu.no/projects/laydi/report/1