| Package | Description |
|---|---|
| dragon.ml.seqmodel.crf |
| Class and Description |
|---|
| AbstractCRF
Abstract class for conditional random field
|
| AbstractTrainer
Abstract class for training conditional random field
|
| CollinsBasicTrainer
Collins training conditional random field
|
| EdgeGenerator
if the original label set is A (0), B (1), C (2), D (3) and markov order is 2, the new label set will be:
AA, BA, CA, DA, AB, BB, CB, DB, AC, BC, CC, DC, DA, DB, DC, DD
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
| Labeler
Interface of CRF Labeler
|
| LBFGS.ExceptionWithIflag
Specialized exception class for LBFGS; contains the
iflag value returned by lbfgs. |
| LBFGSBasicTrainer
LBFGS basic trainer
|
| Trainer
Interface of CRF trainer
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.