| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.SVM.Raw
Documentation
data CSvmProblem Source #
Instances
Constructors
| CSvmType | |
Fields
| |
linear :: CKernelType Source #
poly :: CKernelType Source #
rbf :: CKernelType Source #
c_svm_train :: Ptr CSvmProblem -> Ptr CSvmParameter -> IO (Ptr CSvmModel) Source #
c_svm_cross_validation :: Ptr CSvmProblem -> Ptr CSvmParameter -> CInt -> Ptr CDouble -> IO () Source #