10 #ifndef META_SEQUENCE_CRF_SCORER_H_
11 #define META_SEQUENCE_CRF_SCORER_H_
73 double state(uint64_t time, label_id lbl)
const;
80 double state_exp(uint64_t time, label_id lbl)
const;
87 double trans(label_id from, label_id to)
const;
94 double trans_exp(label_id from, label_id to)
const;
101 double forward(uint64_t time, label_id lbl)
const;
108 double backward(uint64_t time, label_id lbl)
const;