Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
so_multiclass_BMRM.py fix
  • Loading branch information
uricamic committed Aug 22, 2012
1 parent 3713c0c commit f1a5b95
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -70,8 +70,8 @@ def get_so_labels(out):
sosvm.train()

res = sosvm.get_result()
Fps = np.array(res.get_hist_Fp())
Fds = np.array(res.get_hist_Fd())
Fps = np.array(res.hist_Fp)
Fds = np.array(res.hist_Fp)
wdists = np.array(res.hist_wdist)

plt.figure()
Expand Down

0 comments on commit f1a5b95

Please sign in to comment.