-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
CL Machine-Learning is high performance and large scale statistical machine learning package written in Common Lisp developed at MSI.
This repository contains is a authorized fork of the original CLML with the following goals in mind:
- Remove dependent libraries available from the Quicklisp repository
- Re-factor code to support Quicklisp packaging
- Organize code into independent systems based on functional category
- Support for SBCL, CCL, LispWorks and Allegro Common Lisp
- Improve documentation
Repository location: https://github.com/mmaul/clml
NOTE Compilation of CLML requires an expanded heap space in SBCL, heap space should be greater that or equal to 2640
sbcl --dynamic-space-size 2640
This is a resubmission resolving previous compilation issues.
Thanks