-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Home
Haifeng Li edited this page Mar 31, 2015
·
12 revisions
SmileMiner is a comprehensive Java library of various state-of-art machine learning algorithms. The major components include
- Smile The core machine learning library
- SmileMath Mathematical functions (basic, special, kernel, distance, rbf, etc.), sorting, random number generators, optimization, linear algebra, statistical distributions, and hypothesis testing.
- SmileData Parsers for arff, libsvm, delimited text, sparse matrix, microarray gene expression data.
- SmileGraph Graph algorithms on adjacency list and matrix.
- SmileInterpolation One and two dimensional interpolation.
- SmilePlot Swing-based data visualization library.