Skip to content

Vector Classifier #1

Description

@amarnathchatterjee

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions