We want to write a small app in .Net (C£) to classify new email. We want to pass the email as text (plain text and not as feature vector - ARFF file).
We transformed the raw emails of the training set , in plain text,using 'weka.filters.unsupervised.attribute.StringToWordVectorfilter' and we used idf-Transform.The result is a feature vector about 400 attribute and 2 classes spam and ham.
How can we transform the input text to be classified to a feature vector and to be able to make new prediction?
Thanks in advance,
Matef