Commit Graph

8277 Commits (master)
 

Author SHA1 Message Date
Davis King 48f3eb20e9 Added a check for division by zero to the conjugate gradient
16 years ago
Davis King 197b36eb1a Removed a bug in the sum() and variance() functions that
16 years ago
Davis King 184f0ce398 Made the members of the function object non-const since
16 years ago
Davis King 1e77987cc0 updated the docs
16 years ago
Davis King 37fb612952 Added the inv_upper_triangular() and inv_upper_triangular()
16 years ago
Davis King 734252aa53 Made the rbf_network's template argument be a kernel type
16 years ago
Davis King 4a19c35ad2 made the specs more clear
16 years ago
Davis King 835427a476 updated the docs
16 years ago
Davis King 29b08623e8 Removed unnecessary restrictions on the rbf_network_trainer
16 years ago
Davis King e32aa6cf90 Added an RBF network trainer
16 years ago
Davis King b68878b412 Optimized the pinv function a little
16 years ago
Davis King 5808343f71 updated the docs
16 years ago
Davis King 77561ca13c Grammar
16 years ago
Davis King 850d905811 Removed an unneeded and potentially numerical instability
16 years ago
Davis King c0634bb949 updated the docs
16 years ago
Davis King f9d1f4d71e Added some missing requires clauses and asserts
16 years ago
Davis King 697df854f9 Added the reduced_decision_function_trainer object and
16 years ago
Davis King 24974b75f8 updated the docs
16 years ago
Davis King 51b9c7a71b made the spec more clear
16 years ago
Davis King f7d97090ba Added the distance_function object
16 years ago
Davis King 0c1c9f67b9 Optimized the kcentroid code a little by making it wait
16 years ago
Davis King 886d770f05 turned some tabs into spaces
16 years ago
Davis King e718340392 updated the docs
16 years ago
Davis King bf2f8f81bd Added some missing asserts and cleaned up some things
16 years ago
Davis King 94f55bcaea Fix grammar
16 years ago
Davis King 7a0447472a updated this example
16 years ago
Davis King 3c7c8fee30 Refactored a bunch of the svm training code into a much cleaner form.
16 years ago
Davis King b51cc5c295 made this exampler simpler
16 years ago
Davis King edca3eca59 Made the specs more clear
16 years ago
Davis King 8284d6b03c made the rank_features() function work with any kind of
16 years ago
Davis King 8c79cdfe81 updated this example
16 years ago
Davis King 84c1595571 Made it so the kkmeans train function can take any kind of
16 years ago
Davis King bd863f3f09 Made it so you can pass a dlib::matrix to the array_to_matrix
16 years ago
Davis King a503643750 updated the docs
16 years ago
Davis King c8bc446438 Added a rank_features() example.
16 years ago
Davis King 15365efd31 Added the rank_features() function
16 years ago
Davis King 40e0175067 update docs
16 years ago
Davis King f7b30cad55 made spec more clear
16 years ago
Davis King f870b052d7 Added some overloads of the randomize_samples() functions to take
16 years ago
Davis King 828f7bbb87 Added a missing requires clause to the kkmeans object.
16 years ago
Davis King 3946767f6e Fixed the running_stats object so that the variance can never be negative.
16 years ago
Davis King 14ff48d30c Added the ability to compare kcentroid objects to each other
16 years ago
Davis King d7b506fa43 Made the kernel objects comparable via operator==
16 years ago
Davis King dea84fe508 Oops. Put an important #include back
16 years ago
Davis King 5af59ada40 Applied another Unicode patch from Keita Mochizuki.
16 years ago
Davis King c4629db646 Grammar
16 years ago
Davis King d4b6d63c99 fixed out of date spec
16 years ago
Davis King 51f45aa8ed Fixed a bug in the min and max calculation.
16 years ago
Davis King 66b7719fe6 made a release
16 years ago
Davis King 704e50f9f0 updated the docs
16 years ago