- Timestamp:
- 09/17/15 09:59:23 (8 months ago)
- Location:
- mystic/examples
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/examples/test_circle.py
r776 r825 107 107 svl = sv(xy, sx,sy,sr) 108 108 print "DE support vectors: ", svl 109 pylab.plot(xy[svl,0],xy[svl,1],'b o',markersize=6)109 pylab.plot(xy[svl,0],xy[svl,1],'bx',markersize=6) 110 110 111 111 # find & draw the support vectors from scipy.brute 112 112 #svl = sv(xy, bx,by,br) 113 113 #print "Brute support vectors: ", svl 114 #pylab.plot(xy[svl,0],xy[svl,1],'y o',markersize=6)114 #pylab.plot(xy[svl,0],xy[svl,1],'yx',markersize=6) 115 115 116 116 pylab.legend(legend)
Note: See TracChangeset
for help on using the changeset viewer.