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

You Might Also Like
RMM Software | Remote Monitoring Platform and Tools Icon
RMM Software | Remote Monitoring Platform and Tools

Best-in-class automation, scalability, and single-pane IT management.

Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
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