Support Vector Machine

Hello Every one. I'm trying to classify a list of files into two groups using support vector machine. These files are in different extensions. So I want to read files byte by byte and make a classfication. What I'm currently doint is in pictures

http://s22.postimg.org/to1j4pvr4/Screen_Shot_2015_07_27_at_9_03_54_pm.jpg

http://s22.postimg.org/ucadnnugx/Screen_Shot_2015_07_27_at_9_03_56_pm.png

 

 

. This issue is it's not letting proceed from file reader. I got help form these pages but none of them are byte based. 

 

 

https://tech.knime.org/forum/knime-image-processing/using-loop-to-read-in-image-files

https://tech.knime.org/forum/knime-developers/reading-xml-files-flat-file-document-parser-problems

https://tech.knime.org/forum/knime-users/looping-through-a-folder-to-build-a-table

https://tech.knime.org/forum/knime-general/automate-reading-csv-files

 

Any help will be appreciated for this. Thanks

Also I'm doing this in Mac OSX. Not in Windows platform

 

 

Hi Saad.

Is the problem reading the file, or is it the SVM?

 

In your workflow there is a loop end node for collecting the results missing. Do you get any error messages?

Best, Iris