Class CRFOptions
java.lang.Object
org.tribuo.classification.sgd.crf.CRFOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
CLI options for training a linear chain CRF model.
-
Field Summary
Modifier and TypeFieldDescriptionOptions for the gradient optimiser.Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configured CRF trainer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.oracle.labs.mlrg.olcut.config.Options
getOptionsDescription
-
Field Details
-
sgoOptions
Options for the gradient optimiser.
-
-
Constructor Details
-
CRFOptions
public CRFOptions()
-
-
Method Details
-
getSequenceTrainer
Returns the configured CRF trainer.- Returns:
- The CRF trainer.
-