ModErn Text Analysis
META Enumerates Textual Applications
Public Attributes | List of all members
meta::sequence::perceptron::training_options Struct Reference

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.
 

Detailed Description

Training options required for learning a tagger.


The documentation for this struct was generated from the following file: