The Library
Help/Info
Current Release
Sourceforge









Get dlib C++ Library at SourceForge.net. Fast, secure and Free Open Source software downloads


Last Modified:
Jul 28, 2010

Change Log

Revision: 3797
Date: Jul 28, 2010 (23:50:20 UTC)
Minor change to get better cache locality.  Gives a nice speedup though.
Modified
/trunk/dlib/svm/krr_trainer.h

Revision: 3796
Date: Jul 28, 2010 (23:24:23 UTC)
Made the krr_trainer print the EKM projection error when in verbose mode.
Modified
/trunk/dlib/svm/krr_trainer.h

Revision: 3795
Date: Jul 28, 2010 (23:11:47 UTC)
Optimized the cost values for a few matrix expressions.
Modified
/trunk/dlib/matrix/matrix.h
/trunk/dlib/matrix/matrix_conj_trans.h
/trunk/dlib/matrix/matrix_math_functions.h
/trunk/dlib/matrix/matrix_utilities.h
/trunk/dlib/test/blas_bindings/blas_bindings_gemm.cpp
/trunk/dlib/test/matrix.cpp

Revision: 3794
Date: Jul 28, 2010 (23:09:33 UTC)
Fixed a compile time bug.
Modified
/trunk/dlib/matrix/matrix_blas_bindings.h

Revision: 3793
Date: Jul 28, 2010 (21:48:42 UTC)
Changed the stopping strategy for the optimization inside the 
train_probabilistic_decision_function() because it could potentially
never stop due to large rounding error when working with very large
datasets.  
Modified
/trunk/dlib/svm/svm.h

Revision: 3792
Date: Jul 26, 2010 (02:09:15 UTC)
Made specs more clear.
Modified
/trunk/dlib/svm/krr_trainer_abstract.h
/trunk/dlib/svm/svm_c_ekm_trainer_abstract.h


Old Change Logs