The Vector Space Analysis was taken from Classifier4j and modified in following ways:

1. The algorithm was created to imitate the stretching of an elastic-band (I have done actual physical measurements).

2. Stretched Strings are then optimized to give the exact Vector-Space-Analysis results.


This way, there is no over-training of the imput, and different sizes of the Strings can be used to get improved results.


USAGE:
public static void main(String[] args) {
try{
HashMapTermVectorStorage storage = new HashMapTermVectorStorage();
VectorClassifier vc = new VectorClassifier(storage);

vc.teachMatch("category", "This is an training text");
System.out.println(vc.classify("category","This is a comparison text"));

}catch(Exception e){}
}

Project Activity

See All Activity >

Follow Elastic Vector Space Analysis

Elastic Vector Space Analysis Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Elastic Vector Space Analysis!

Additional Project Details

Registered

2015-05-13