forked from andrewdougherty/svm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsvm.cabal
31 lines (27 loc) · 779 Bytes
/
svm.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name: svm
Version: 1.0.0.1
Cabal-Version: >= 1.6
License: GPL-3
License-File: LICENSE
Author: Andrew Dougherty
Maintainer: Andrew Dougherty
Homepage: http://github.com/andrewdougherty/svm
Bug-Reports: http://github.com/andrewdougherty/svm/issues
Category: AI
Stability: stable
Synopsis: A support vector machine written in Haskell
Description:
svm is a library which implements least squares support
vector regression. It includes several common kernel
functions.
Build-Type: Simple
Extra-Source-Files:
README
Library
Build-Depends:
base < 5, array
Exposed-Modules:
SVM
Source-Repository head
type: git
location: git://github.com/andrewdougherty/svm.git