Kea - Machine Learning in Marsyas ala Weka
Mode = train_evaluate
Training classifier using .arff file: basic-waves.arff
Classifier type : SVM
=== Non-Stratified cross-validation (10 folds) ===
=== ClassificationReport ===

Correctly Classified Instances		35	97.2222 %
Incorrectly Classified Instances	1	2.77778 %
Kappa statistic				0.962963	
Mean absolute error			0.0277778
Root mean squared error			0.166667
Relative absolute error			5.55556
Root relative squared error		33.3333
Total Number of Instances		36

=== Confusion Matrix ===

	a	b	c	d	<-- classified as
	9	0	0	0	| a = sawtooth
	0	9	0	0	| b = silence
	1	0	8	0	| c = sine
	0	0	0	9	| d = square
97% classified correctly (35/36)
