Hi,
Classifer4J has VectorClassifier which is missing in your project. I have done to porting for the same to .net and i wish to contribute to this project.
Let me know if you can add me as contributor or your thoughts on how to proceed from here.
TermVectorStorage storage = new HashMapTermVectorStorage();
VectorClassifier vc = new VectorClassifier(storage);
vc.teachMatch("category", "hello there is this a long sentence yes it is blah blah hello.");
double result = vc.classify("category", "hello blah");
System.out.println(result);
Hi,
Classifer4J has VectorClassifier which is missing in your project. I have done to porting for the same to .net and i wish to contribute to this project.
Let me know if you can add me as contributor or your thoughts on how to proceed from here.
TermVectorStorage storage = new HashMapTermVectorStorage();
VectorClassifier vc = new VectorClassifier(storage);