public class TreeClustering
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.io.File |
alignment
Input alignment
|
static java.lang.String |
closer
Closer option
|
static java.io.File |
dictionary
Dictionnary
|
static java.lang.String |
label |
static double |
length |
static java.io.File |
outputFile
Output cluster file
|
static java.io.File |
sampleFile |
static double |
threshold
Cutting threshold
|
static boolean |
toCut |
static java.io.File |
treeFile
Input tree file
|
Constructor and Description |
---|
TreeClustering() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static Tree |
mostRepresentative(Tree tree) |
public static java.io.File treeFile
public static java.io.File outputFile
public static double threshold
public static java.io.File dictionary
public static java.io.File alignment
public static java.io.File sampleFile
public static java.lang.String closer
public static java.lang.String label
public static double length
public static boolean toCut