HSvm-0.1.1.3.22: Haskell Bindings for libsvm

Safe HaskellNone
LanguageHaskell98

Data.SVM.Raw

Description

This is a module with raw bindings to libsvm

Synopsis

Documentation

data CSvmNode #

Constructors

CSvmNode 

Fields

Instances
Storable CSvmNode # 
Instance details

Defined in Data.SVM.Raw

newtype CSvmType #

Constructors

CSvmType 

Fields

Instances
Show CSvmType # 
Instance details

Defined in Data.SVM.Raw

Storable CSvmType # 
Instance details

Defined in Data.SVM.Raw

data CSvmModel #

Managed type for struct svm_model.

type CSvmPrintFn = CString -> IO () #