| Package | Description |
|---|---|
| com.aliasi.cluster |
Classes for clustering data and evaluation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HierarchicalClusterer<E>
The
HierarchicalClusterer interface defines a means of
clustering a set of objects into a hierarchy of clusters. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHierarchicalClusterer<E>
An
AbstractHierachicalClusterer provides an adapter
for clustering for hierarchical clusterers. |
class |
CompleteLinkClusterer<E>
A
CompleteLinkClusterer implements complete link
agglomerative clustering. |
class |
KMeansClusterer<E>
A
KMeansClusterer provides an implementation of
k-means(++) clustering based on vectors constructed by feature
extractors. |
class |
SingleLinkClusterer<E>
A
SingleLinkClusterer implements standard single-link
agglomerative clustering. |
Copyright © 2019 Alias-i, Inc.. All rights reserved.