NIST開発のACTSを試す。

NIST開発のACTSを試す。

コマンドラインからの実行は、Cygwin等で以下を実行。

java -Doutput=csv -jar ../acts_cmd_beta_v2_r2.6.jar ActsConsoleManager inputfile.txt ouputfile.csv

outputファイルの指定がない場合は、Current にOutput.csv として出力される模様。

私はacts.bat として、以下を作成

java -Doutput=csv -jar ../acts_cmd_beta_v2_r2.6.jar ActsConsoleManager %1 %2

以下はACTSの入力ファイルの例

[System]
-- specify system name
Name: computer vision system

[Parameter]
-- general syntax is parameter_name : value1, value2, ….
-- only compare with MINSEP and MAXALTDIFF general
Size(enum): large, small
Color(enum): green, red
Shape(enum): triangle, square,circle

-- this section is also optional
Color = "red" => Shape != "triangle"