Changeset 1177 for trunk/yat/classifier
- Timestamp:
- Feb 27, 2008, 6:03:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/SVM.cc
r1175 r1177 60 60 61 61 SVM::SVM(const SVM& other) 62 : bias_(other.bias_), C_inverse_(other.C_inverse_), kernel_( kernel_),62 : bias_(other.bias_), C_inverse_(other.C_inverse_), kernel_(other.kernel_), 63 63 margin_(0), max_epochs_(other.max_epochs_), tolerance_(other.tolerance_), 64 64 trained_(other.trained_)
Note: See TracChangeset
for help on using the changeset viewer.