Skip to content

Commit

Permalink
Merge pull request #7 from MezereonXP/mybranch
Browse files Browse the repository at this point in the history
have a try
  • Loading branch information
MezereonXP authored May 3, 2018
2 parents a6de371 + 61b5a91 commit e00f3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/LOF/Experiment.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void main(String[] args) throws FileNotFoundException {
double[] scores = new double[series.length / L + 1];

System.out.println("-------------------------------");
// try
// try
// for (int i=series.length/(2*L);i<series.length/L;i++) {
//
// test = MatrixUtil.getTestSeries(series, i==0?0:L*i-1, L);
Expand Down

0 comments on commit e00f3bb

Please sign in to comment.