Skip to content
EdwardRaff edited this page Jun 3, 2015 · 11 revisions

Welcome to the JSAT wiki!

This is all under fairly heavy construction right now as I migrate from Google code. I'm taking this opurtunity to finish up some code I plan on using and then doing some project refactoring. Once the refactoring is done, I'm going to work on making JSAT a bit more "professional". Keep in mind this is still a free time project for me. I hope JSAT will be useful for more people, especially as I add more algorithms that either aren't easily obtained in Java, or don't even have publically available implementations.

Currently, JSAT has one of the largest collections of algorithms in any library (that I'm aware of). See more info about the algorithms available here.

Examples

First are a set of simple examples to get started with JSAT

Here is a more complicated example for loading a text data set as feature vectors and uses Spam classification to do the example.

How to load a text data set