『使用方法』 [ accuracy.c ] 1) X,Gammaの入ったファイル名を指定する。 2) 入力した行列をディスプレイ上で確認する。(選択可) 3) ---- 評価指標の計算 ---- 4) 評価結果のディスプレイ上での確認(選択可) 5) 評価結果のファイル出力(選択可) (この時出力ファイル名は、入力ファイルに応じた名前を自動で決定する) ex) ========================================================== %a.out Enter the file name of error matrix [ X ] :X4 Enter the file name of matrix [Gamma] :G5 Do you want see to the input matrices? (y/n) :n Do you want to see the result of calcuration? (y/n) :n Do you want to output the result to file? (y/n) :y Save data -----> X4G5.acc (自動で決定されたファイル名) ========================================================== [ HtestJ.c ] 0) accuracy.c を実行し、2つの出力ファイルを作成する。例えば X4G5.acc, X5G5.acc 1) 検定対象となる誤差行列を2つ指定する。例えば X4 と X5 2) その時の損失行列を指定する。例えば G5 3) 入力した誤差行列, 損失行列に対応する評価ファイル(X4G5.acc etc)をオープンし、 ディスプレイ上でその値を確認する。(選択可) 4) ---- 検定統計量の算出 ---- 5) 検定結果のディスプレイ上での確認 6) 検定結果のファイル出力(選択可) (この時出力ファイル名は、入力ファイルに応じた名前を自動で決定する) ex) ========================================================== %a.out Input X [X_x] :X4 Input X [X_x] :X5 Input Gamma [G_g] :G4 file1 :X4G4.acc(対応する評価ファイル1) file2 :X5G4.acc(対応する評価ファイル2) Do you want to see input data? (y/n) :n Test Statistics --> press Key ======================================== Test Statistics . . . . Do you want to output the result to file? (y/n) :y Save data ----->X4-X5-G4.test