9 #ifndef META_SEQUENCE_PERCEPTRON_H_
10 #define META_SEQUENCE_PERCEPTRON_H_
42 std::random_device::result_type
seed = std::random_device{}();
71 void train(std::vector<sequence>& sequences,
72 const training_options& options);
80 void save(
const std::string& prefix)
const;