sync everything

This commit is contained in:
tqchen
2014-02-06 21:28:47 -08:00
parent 51d8409e30
commit 4e2d67b81a
2 changed files with 18 additions and 2 deletions

View File

@@ -18,3 +18,8 @@ Planned key components (TODO):
- matrix factorization
- structured prediction
(3) OpenMP support for parallelization(optional)
File extension convention:
(1) .h are interface, utils anddata structures, with detailed comment;
(2) .cpp are implementations that will be compiled, with less comment;
(3) .hpp are implementations that will be included by .cpp, with less comment