robinj/cs909

Cannot handle numeric class!

Closed this issue · 1 comments

Ok, so the instances produced by running through stringtowordvector seem to produce a numeric class and the instances verify this, each class comes up as "0 " but that's not strictly numeric so i'm not sure what's going on. This happens when i try to run them through any of the classifiers i've implemented so we need a way of ensuring that the class is not passed through the stringtowordvector turning it into a numeric class - otherwise im not sure what to do....

Seems to have been resolved