Projects/laydi
Archived
7
0
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.
einarr b46c381c3e Added txt2ftsv, a script to build ftsv category datasets from lists of identifiers.
Usages is txt2ftsv [-d dimension] [-o output.ftsv] [-n dsname] [FILE1 [FILE2 ...]]
Input and output can be - for STDIN/STDOUT respectively. The script is primarily ment
as a hack to easily load selections. Data is only half sanitized.
2009-02-05 00:11:48 +00:00
2008-12-05 22:07:56 +00:00
2008-12-05 22:07:56 +00:00
2008-12-05 22:07:56 +00:00
2008-12-05 22:07:56 +00:00
2008-12-05 22:07:56 +00:00
2008-12-05 22:07:56 +00:00
2008-12-05 22:07:56 +00:00
2008-12-05 22:07:56 +00:00
2008-12-05 22:07:56 +00:00
2008-12-05 22:07:56 +00:00

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.

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

Description
A lightweight, interactive data analysis program for bilinear modeling (PCA and PLS)
Readme 50 MiB
Languages
Python 97%
C 1.7%
R 1.1%
M4 0.1%