オプション | 機能 | 既定値 |
---|---|---|
-inputfile または -I | name of input file | test.wav |
-arffout または -O | name of WEKA Arff output file | output.arff |
-corpus | corpus name, arff relation | SMILEfeaturesLive |
-classes | all classes for arff file attribute | unknown |
-classlabel | instance class label | unassigned |
たとえばanger,fear,disgustの3つのラベルを定義し、指定のファイルのラベルをangerとするには、次のようにします。
SMILExtract -C config\emobase.conf -I sample.wav -O sample.arff -classes {anger,fear,disgust} -classlabel anger
これにより出力されるARFFファイルでは、末尾にemotion属性として次のように定義されます。
@attribute emotion {anger,fear,disgust}