Trees | Indices | Help |
|
---|
|
|
|||
f = open('classifier.clsf')
|
|||
classifier = pickle.load(f)
|
|||
weights_aligned = zip(classifier.__dict__ ['domain'], classifi
|
|||
weights_sorted = sorted(weights_aligned, key= lambda x:-abs(x
|
|||
w = open('classifier.weights', 'w')
|
|
weights_aligned
|
weights_sorted
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 18 11:46:12 2014 | http://epydoc.sourceforge.net |