Changeset 835 for mystic/examples/test_svc1.py
- Timestamp:
- 10/15/15 18:41:35 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/examples/test_svc1.py
r830 r835 30 30 y = concatenate([ones(c1.shape[0]), -ones(c2.shape[0])]).reshape(1,nx) 31 31 32 # build the Kernel Matrix (with the linear kernel)32 # build the Kernel Matrix 33 33 # get the QP quadratic and linear terms 34 34 XX = concatenate([c1,-c2])
Note: See TracChangeset
for help on using the changeset viewer.