;------------------------------------------------------------- ; clhc.bat ; automates CL HC command ; assumes: ; equal weight to all factors, using continuous factors, ; a full dendrogram is wanted, as well as a doc file ; ouput: ; clhcdendro, clhcdoc ;------------------------------------------------------------- x20= 1 ; begining factor x21= 6 ; ending factor x22= 5 ; clustering criteron see man pages x23= 1 ; weight for first factor x24= 1 ; weight for second factor x25= 1 ; weight for third factor x26= 1 x27= 1 x28= 1 x30=1 ; number of times ran, used to keep files seperate ; ------------ input files ----------------------------------- FR G fltcontrol55_IMC ; data, either seq, imc, or pix ; ------------ output files ---------------------------------- FR G fltType{*x22}dendro{**x30} ; name of dendro output FR G fltType{*x22}doc{**x30} ; name of doc output ; ---------------END BATCH HEADER ----------------------------- DE CL HC ; input file either seq, imc, or pix x20-x21 ; which factors x23 ; first factor weight x24 ; second factor weight x25 ; third factor weight x26 x27 x28 x22 ; which cluster method Y ; full dendrogram ; name of dendro out Y ; doc file ; name of doc file vm ghostview .* & end