-
Notifications
You must be signed in to change notification settings - Fork 26
Home
ianbarber edited this page Sep 14, 2010
·
4 revisions
PHP extension to LibSVM for support vector machine shennanigans.
- TODO: SVMData object which can accept key→val pairs, simple arrs of data etc, or read from file. Would pick up much of the func of what’s there now.
- TODO: Support stream context setting
- TODO: Catch the printed data from libsvm via print_null and store for logging
- TODO: Add serialize and wake up support
- TODO: LibSVM+ support
- TODO: ‘Grid’ function for parameter suggestion
- TODO: Probability support for looking at prob. distribution over classes for predict
- TODO: Support precomputed kernel