added target grouping

This commit is contained in:
ori agranat
2019-09-14 20:38:50 +03:00
parent 1b8943eb27
commit d6850f73b1
5 changed files with 87 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ public class Pipeline {
public List<Integer> extent = Arrays.asList(0,100);
public boolean is_binary = false;
public String sort_mode = "Largest";
public String target_group = "Single";
public String target_intersection = "Largest";
public double M = 1;
public double B = 0;