Skip to content

Commit

Permalink
have a try
Browse files Browse the repository at this point in the history
  • Loading branch information
chericher committed May 3, 2018
1 parent 092d290 commit a6de371
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
// 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 a6de371

Please sign in to comment.