Skip to content

Commit

Permalink
slide id
Browse files Browse the repository at this point in the history
  • Loading branch information
cliveyn committed Nov 12, 2020
1 parent b6d7511 commit 6f9a317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Tuple.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Tuple implements Comparable<Tuple>{
public int id; //tuple id
public int slideID;
public int slideID; //slide id
public double[] value;
public ArrayList<Integer> cellIdx;
public boolean outlier;
Expand Down

0 comments on commit 6f9a317

Please sign in to comment.