Changeset 963 for trunk/yat/classifier
- Timestamp:
- Oct 10, 2007, 11:04:52 PM (16 years ago)
- Location:
- trunk/yat/classifier
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/NBC.cc
r961 r963 33 33 #include <cassert> 34 34 #include <cmath> 35 #include <stdexcept> 35 36 #include <vector> 36 37 -
trunk/yat/classifier/SVM.h
r865 r963 100 100 101 101 /// 102 /// Default is max_epochs set to 10 ,000,000.102 /// Default is max_epochs set to 100,000. 103 103 /// 104 104 /// @return number of maximal epochs … … 161 161 @note If the training problem is not linearly separable and C 162 162 is set to infinity, the minima will be located in the infinity, 163 and thus the min umum will not be reached within the maximal163 and thus the minimum will not be reached within the maximal 164 164 number of epochs. More exactly, when the problem is not 165 165 linearly separable, there exists an eigenvector to \f$ … … 178 178 maximal number of epochs and the of \f$ C \f$ should be 179 179 decreased. 180 181 \throw if maximal number of epoch is reach. 180 182 181 183 @return true if succesful
Note: See TracChangeset
for help on using the changeset viewer.