Skip to content

Commit

Permalink
Pushing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atgambardella committed May 18, 2012
1 parent 9a09ff7 commit 36d803b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added lib/jars/colt.jar
Binary file not shown.
Binary file added lib/jars/commons-lang-2.6.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/plusone/clustering/ClusteringTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public String getName(){
return testName;
}

public Integer[] predict(int k, PredictionPaper testPaper) {
public double[] predict(int k, PredictionPaper testPaper) {
return null;
}

Expand Down

0 comments on commit 36d803b

Please sign in to comment.