A collection of algorithms for data processing in Go.
Basic implementation of recommendation algorithms in Golang.
For testing, I am using GroupLens Research's MovieLens dataset from http://grouplens.org/datasets/movielens/ (...Thanks guys!). Please consult their terms of use if you wish to use this set for commercial purposes.
- Euclidean distance
- Pearson correlation
- ZeroR
- OneR (missing discretisation of numeric values)
- c4.5 / j48