Skip to content

Commit

Permalink
reconstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
cailurus committed Dec 25, 2018
1 parent 724f762 commit 4b4f5d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import numpy as np
import math



def compute_recall(array_pred, array_y):
return float(len(np.intersect1d(array_pred, array_y)))/len(array_y)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4b4f5d1

Please sign in to comment.