/*
 * Subspace Explorer
 * 6.25.2012
 * 
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose without fee is hereby granted, provided that this entire notice
 * is included in all copies of any software which is or includes a copy
 * or modification of this software.
 * Supporting documentation must also include a citation of
 * the abovementioned article.
 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
 * WARRANTY.  IN PARTICULAR, THE AUTHORS MAKE NO
 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
 */

EXECUTING THE CODE::
** Requirements:
-- Java 1.6.0 or later
-- Processing 1.5.1

** To execute the code::
* To execute the jar file:
-- java -jar SubspaceEx.jar	// prompts for input data file & screens
OR
-- double-click the jar icon

FORMAT OF INPUT FILE::
The CSV (comma separated values) or tab-separated data file format is:
[[ p = number of colums = number of variables, n = number of rows = number of observations or cases]]
- First row: variable names (p columns)
- n rows: p columns of values for each variable
Example Data File in this folder:
- cancer.txt
