Commit 5d236308 authored by Davis King's avatar Davis King

clarified spec

parent c68a8fc7
...@@ -133,9 +133,9 @@ namespace dlib ...@@ -133,9 +133,9 @@ namespace dlib
requires requires
- idx < number_of_nodes() - idx < number_of_nodes()
ensures ensures
- returns a value which indicates how "good" it is to assign the idx-node - returns a value which indicates how "good" it is to assign the idx-th
the label of true. The larger the value, the more desirable it is to node the label of true. The larger the value, the more desirable it is
give it this label. Similarly, a negative value indicates that it is to give it this label. Similarly, a negative value indicates that it is
better to give the node a label of false. better to give the node a label of false.
!*/ !*/
......
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