Skip to content

Commit

Permalink
visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoUsbeck committed Oct 6, 2015
1 parent 26102f0 commit 39dcabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/aksw/simba/challenge/Evaluation.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected Map<String, List<Double>> generateExpectedResult(int fold, ObjectIntOp
return generateUriRankRangeMapping(gsResults[fold]);
}

protected static Model readModel(String modelFile) throws FileNotFoundException {
public static Model readModel(String modelFile) throws FileNotFoundException {
FileInputStream fin = null;
try {
Model model = ModelFactory.createDefaultModel();
Expand Down

0 comments on commit 39dcabc

Please sign in to comment.