Skip to content

Commit

Permalink
value
Browse files Browse the repository at this point in the history
  • Loading branch information
cliveyn committed Nov 12, 2020
1 parent 6f9a317 commit d9f9ca7
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 @@ -5,7 +5,7 @@
public class Tuple implements Comparable<Tuple>{
public int id; //tuple id
public int slideID; //slide id
public double[] value;
public double[] value; //value
public ArrayList<Integer> cellIdx;
public boolean outlier;
public double outlierScore;
Expand Down

0 comments on commit d9f9ca7

Please sign in to comment.