| Interface | Description |
|---|---|
| PWMSupplier |
Interface for classes that may provide a position weight matrix
|
| Class | Description |
|---|---|
| ClusterTree<T> |
Class for a generic cluster tree with leaves of type
T. |
| Hclust<T> |
Class for clustering a set of elements of the same kind (
T) hierarchically
using agglomerative clustering with different linkage methods. |
| Enum | Description |
|---|---|
| Hclust.Linkage |
The linkage method for clustering
|