svm - How can i translate my feature matrix to weka language? -
i need please. well, have feature vectores 2 classes (2 differents movements of upper limb). need put feature matrix (all feature vectors) in weka classify movements, svm algorithm. never worked weka before, or java or format arff. how can translate feature matrix weka language?
thank much. apreciate help
lilia
realized should full answer, there number of great documents out there detail .arff file format. since have feature vectors it's worth using each entry in feature vector different numerical output.
there's explanation of arff format here: http://www.cs.waikato.ac.nz/ml/weka/arff.html
there's java example showing how convert csv arff file programatically: http://weka.wikispaces.com/converting+csv+to+arff
and there's online tool of (i don't recommend makes critical mistakes): http://slavnik.fe.uni-lj.si/markot/csv2arff/csv2arff.php
though if want run regression, weka let without converting arff.
Comments
Post a Comment