ModErn Text Analysis
META Enumerates Textual Applications
|
Training options required for learning a tagger. More...
#include <perceptron.h>
Public Attributes | |
uint64_t | max_iterations = 5 |
How many iterations should the training algorithm run? | |
std::random_device::result_type | seed = std::random_device{}() |
The seed for the random number generator used for shuffling examples during training. | |
Training options required for learning a tagger.