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
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
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