Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2886_SymRegGrammarEnumeration/ExpressionClustering/happieclust-1.6.0-win/happieclust_matrix.bat @ 16123

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 
1REM tab2nc.exe '{string empty,colname[c]} r*{string rowname[]; double matrix[][c]}' %1 %2.nc
2tab2nc.exe tab2nc_script.txt %1 %2.nc
3REM happieclust.exe -i %2.nc -o %2.row_clust.nc -D matrix -O -C rows -X row_ %3 %4 %5 %6 %7 %8 %9
4REM 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
5happieclust.exe -i %2.nc -o %2.row_clust.nc -C rows -d euclidean -M 10
6nc2cdt.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.