Changeset 825


Ignore:
Timestamp:
09/17/15 09:59:23 (8 months ago)
Author:
mmckerns
Message:

added test_circle_dual example

Location:
mystic/examples
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • mystic/examples/test_circle.py

    r776 r825  
    107107    svl = sv(xy, sx,sy,sr) 
    108108    print "DE support vectors: ", svl 
    109     pylab.plot(xy[svl,0],xy[svl,1],'bo',markersize=6) 
     109    pylab.plot(xy[svl,0],xy[svl,1],'bx',markersize=6) 
    110110 
    111111    # find & draw the support vectors from scipy.brute 
    112112   #svl = sv(xy, bx,by,br) 
    113113   #print "Brute support vectors: ", svl 
    114    #pylab.plot(xy[svl,0],xy[svl,1],'yo',markersize=6) 
     114   #pylab.plot(xy[svl,0],xy[svl,1],'yx',markersize=6) 
    115115 
    116116    pylab.legend(legend) 
Note: See TracChangeset for help on using the changeset viewer.