Skip to content

Commit

Permalink
add filters to trial
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Mar 21, 2018
1 parent fec186d commit c9005cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rltk/evaluation/trial.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Trial(object):

def __init__(name, groud_truth: GroundTruth):
def __init__(name, groud_truth: GroundTruth, min_confidence: int, top_k: int):
pass


Expand Down

0 comments on commit c9005cd

Please sign in to comment.