pcas
Functions
- 
int main(int argc, char *argv[])
 pcas [ option ] evfile [ infile ]
-l int
length of vector
-m int
order of vector
-n int
number of principal components
evfile str
double-type mean vector and eigenvectors
infile str
double-type vector sequence
stdout
double-type principal component score
The input of this command is the
 -th order vectors:the mean vector , and eigenvectorsThe pricipal component score of is calculated asIn the below example, the principal component scores of
data.dare calculated using the mean vector and the eigen vectors ineigvec.dat.pcas -l 3 -n 2 eigvec.dat < data.d > score.dat
- Parameters:
 argc – [in] Number of arguments.
argv – [in] Argument vector.
- Returns:
 0 on success, 1 on failure.
See also