public abstract class NonHierarchicalTreeBuilder extends TreeBuilder
Modifier and Type | Field and Description |
---|---|
protected Hashtable<Integer,ClusteringTree> |
cache |
level, monitor, progress, progressWriter
Constructor and Description |
---|
NonHierarchicalTreeBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract ClusteringTree |
createTree(GeneralUnitPNode[][] units,
int k) |
ClusteringTree |
getTree(GeneralUnitPNode[][] units,
int k) |
allowAborting, createTree, finishMonitor, getClusteringAlgName, incrementMonitor, resetMonitor, setMonitor
protected Hashtable<Integer,ClusteringTree> cache
public abstract ClusteringTree createTree(GeneralUnitPNode[][] units, int k) throws ClusteringAbortedException
ClusteringAbortedException
public ClusteringTree getTree(GeneralUnitPNode[][] units, int k) throws ClusteringAbortedException
ClusteringAbortedException