Changeset 1592 for trunk/yat/classifier
- Timestamp:
- Oct 20, 2008, 4:02:03 PM (14 years ago)
- Location:
- trunk/yat/classifier
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/SVM.cc
r1487 r1592 26 26 #include "KernelLookup.h" 27 27 #include "Target.h" 28 #include "yat/random/random.h"29 #include "yat/statistics/Averager.h"30 28 #include "yat/utility/Matrix.h" 31 29 #include "yat/utility/Vector.h" -
trunk/yat/classifier/SVindex.cc
r1487 r1592 23 23 #include "SVindex.h" 24 24 #include "yat/random/random.h" 25 #include "yat/statistics/Averager.h"26 25 #include "yat/utility/Vector.h" 27 26
Note: See TracChangeset
for help on using the changeset viewer.