Commit a69aecf6 authored by Davis King's avatar Davis King

clarified spec

parent af45dedd
...@@ -208,6 +208,7 @@ namespace dlib ...@@ -208,6 +208,7 @@ namespace dlib
- This function is a tool for exactly solving the MAP problem in a Potts - This function is a tool for exactly solving the MAP problem in a Potts
model. In particular, this means that this function finds the assignments model. In particular, this means that this function finds the assignments
to all the labels in prob which maximizes potts_model_score(#prob). to all the labels in prob which maximizes potts_model_score(#prob).
- The optimal labels are stored in #prob.
- Note that this routine is a little bit faster if all the values - Note that this routine is a little bit faster if all the values
returned by prob.factor_value() are negative. So if you can arrange for that returned by prob.factor_value() are negative. So if you can arrange for that
to be true without spending any extra CPU cycles then it might be a good idea to be true without spending any extra CPU cycles then it might be a good idea
......
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