mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated the docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402220
This commit is contained in:
parent
184ddf02bd
commit
1a188c1231
@ -32,6 +32,14 @@
|
||||
char, etc...) and std::string will not cause operator< or swap() to throw.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Note also that most of the containers inherit from the <a href="#enumerable">enumerable</a>
|
||||
interface. Thus, all the member functions inherited from enumerable are defined
|
||||
in the enumerable class and their documentation is not repeated in each
|
||||
container's documentation. This includes the size() member function in each
|
||||
container.
|
||||
</p>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -1,4 +1,44 @@
|
||||
|
||||
fix the evidence nodes not green on open bayes net
|
||||
Add a stack trace thing
|
||||
|
||||
holding delete and selecting nodes in the bayes net gui throws exception
|
||||
|
||||
|
||||
************************
|
||||
|
||||
Add asserts to text_grid and also
|
||||
move all the function bodies to cpp.
|
||||
|
||||
Hide all windows header files in a cpp file.
|
||||
|
||||
|
||||
|
||||
|
||||
add a quadratic classifier
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
make a multiline text field
|
||||
|
||||
|
||||
|
||||
|
||||
make htmlify work right on tempalte function calls
|
||||
|
||||
|
||||
|
||||
|
||||
mutual information based feature selection
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
make the popup menus from the menu_bar always put themselves on the screen
|
||||
add toggle menu item styles
|
||||
|
Loading…
Reference in New Issue
Block a user