mikegashler / waffles

A toolkit of machine learning algorithms.
http://gashler.com/mike/waffles/
86 stars 33 forks source link

Error when importing CSV in waffles_transform #3

Closed m-shawkey closed 8 years ago

m-shawkey commented 8 years ago

when I try running "waffles_transform.exe import data.csv", a "Mismatching size" error is encountered.

mikegashler commented 8 years ago

Thanks! Can you provide repro steps?

m-shawkey commented 8 years ago

I downloaded the code and built it using VS2013. when I run "waffles_transform.exe import data.csv > data.arff". I get "Mismatching size" error message. here are the contents of data.csv

3.3, 1.2, 3.5, 0 2.1, 5.6, 3.6, 1 2.0, 0.4, 0.7, 0

mikegashler commented 8 years ago

Fixed.