Commit 365f3eed authored by Davis King's avatar Davis King

updated release notes

parent df415d7e
......@@ -40,6 +40,9 @@ Non-Backwards Compatible Changes:
object_detector.
- Fixed improper normalization in the gaussian() functions. The
normalization constant was being computed incorrectly.
- Sequence labeling feature extractors must now define a sequence_type
typedef instead of sample_type. This change allows the user to use any
type of sequence, not just std::vector objects.
Bug fixes:
- Changed the add_probability() method of joint_probability_table so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment