Changeset 757 for trunk/yat/classifier
- Timestamp:
- Feb 19, 2007, 7:51:31 PM (17 years ago)
- Location:
- trunk/yat/classifier
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/DataLookup1D.h
r747 r757 25 25 */ 26 26 27 #include <cassert>28 27 #include <iostream> 29 #include <vector>30 28 31 29 namespace theplu { -
trunk/yat/classifier/KernelLookup.cc
r746 r757 26 26 #include "MatrixLookup.h" 27 27 #include "MatrixLookupWeighted.h" 28 #include "../utility/matrix.h" 28 29 29 30 #include <cassert> -
trunk/yat/classifier/MatrixLookup.h
r720 r757 26 26 27 27 #include "DataLookup2D.h" 28 #include "yat/utility/matrix.h" 29 30 #include < cassert>28 29 #include <iostream> 30 #include <vector> 31 31 32 32 namespace theplu { 33 33 namespace yat { 34 35 namespace utility { 36 class matrix; 37 } 38 34 39 namespace classifier { 35 40 -
trunk/yat/classifier/MatrixLookupWeighted.h
r746 r757 26 26 27 27 #include "DataLookup2D.h" 28 #include "yat/utility/matrix.h" 29 30 #include < cassert>28 29 #include <iostream> 30 #include <vector> 31 31 32 32 namespace theplu { 33 33 namespace yat { 34 35 namespace utility { 36 class matrix; 37 } 38 34 39 namespace classifier { 35 40 -
trunk/yat/classifier/SVindex.h
r714 r757 25 25 */ 26 26 27 #include "yat/utility/vector.h"28 29 #include <cassert>30 27 #include <vector> 31 28 32 29 namespace theplu { 33 30 namespace yat { 31 32 namespace utility { 33 class vector; 34 } 35 34 36 namespace classifier { 35 37 -
trunk/yat/classifier/Target.h
r745 r757 27 27 #include "yat/utility/Exception.h" 28 28 29 #include <cassert>30 29 #include <iosfwd> 31 30 #include <map> 31 #include <stdexcept> 32 32 #include <string> 33 33 #include <vector>
Note: See TracChangeset
for help on using the changeset viewer.