Skip to content

Commit

Permalink
updates on experimental evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpap committed Jun 30, 2016
1 parent 8df8afa commit ca08685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/m112/di/uoa/gr/expeval/AprioriExpEval.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void main(String[] args) {
MovieLensDatasetType[] inputTypes =
new MovieLensDatasetType[] {MovieLensDatasetType.ml_100k,
MovieLensDatasetType.ml_1m, MovieLensDatasetType.ml_10m};
double[] minSuppValues = new double[] {0.2, 0.1, 0.05, 0.01};
double[] minSuppValues = new double[] {0.5, 0.4, 0.3, 0.2, 0.1};

for (MovieLensDatasetType inputType : inputTypes) {

Expand Down

0 comments on commit ca08685

Please sign in to comment.