Last change
on this file since 16123 was
15840,
checked in by gkronber, 7 years ago
|
#2886 added utility console program for clustering of expressions
|
File size:
495 bytes
|
Line | |
---|
1 | REM tab2nc.exe '{string empty,colname[c]} r*{string rowname[]; double matrix[][c]}' %1 %2.nc |
---|
2 | tab2nc.exe tab2nc_script.txt %1 %2.nc |
---|
3 | REM happieclust.exe -i %2.nc -o %2.row_clust.nc -D matrix -O -C rows -X row_ %3 %4 %5 %6 %7 %8 %9 |
---|
4 | REM happieclust.exe -i %2.row_clust.nc -o %2.row_col_clust.nc -D matrix -O -C cols -X col_ %3 %4 %5 %6 %7 %8 %9 |
---|
5 | happieclust.exe -i %2.nc -o %2.row_clust.nc -C rows -d euclidean -M 10 |
---|
6 | nc2cdt.exe %2.row_col_clust.nc %2 -M matrix -r row_ -c col_ -R rowname -C colname |
---|
7 | |
---|
Note: See
TracBrowser
for help on using the repository browser.