Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Math.SVM.SVMLight.Utils
Description
This package provides a variety of utilities for parsing and producing SVMlight input files.
- newtype Qid = Qid Int
- newtype FeatureIdx = FIdx Int
- data Point = Point {}
- point :: Parser Point
- featureIdx :: Parser FeatureIdx
- renderPoints :: [Point] -> Builder
- renderPoint :: Point -> Builder
Types
A sample point (e.g. a line of an SVMlight input file).
Constructors
Point | |
Parsing SVMlight files
Generating SVMlight files
renderPoints :: [Point] -> Builder Source
A Builder
containing the given Point
s
renderPoint :: Point -> Builder Source
A Builder
containing the given Point