| Safe Haskell | None |
|---|
Data.CRF.Chain2.Generic.Train
Documentation
Arguments
| :: (Ord a, Ord b, Eq t, Ord f, FeatMap m f) | |
| => SgdArgs | Args for SGD |
| -> CodecSpec a b c o t | Codec specification |
| -> FeatGen o t f | Feature generation |
| -> FeatSel o t f | Feature selection |
| -> IO [SentL a b] | Training data |
| -> Maybe (IO [SentL a b]) | Maybe evalation data |
| -> IO (c, Model m o t f) | Resulting codec and model |