public class Sorting
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
nummer |
Constructor and Description |
---|
Sorting() |
Modifier and Type | Method and Description |
---|---|
static int |
getNummer() |
static void |
setNummer(int nummer) |
static void |
sortRelative(java.util.ArrayList<Bicluster> biclusters,
int index)
Sorting the entities relating the algorithm presented in paper - bringing entities as close as possible to biclusters
|
public static void sortRelative(java.util.ArrayList<Bicluster> biclusters, int index)
biclusters
- - existing biclustersindex
- - index where entities can be foundpublic static int getNummer()
public static void setNummer(int nummer)