| Package | Description |
|---|---|
| com.aliasi.cluster |
Classes for clustering data and evaluation.
|
| Class and Description |
|---|
| AbstractHierarchicalClusterer
An
AbstractHierachicalClusterer provides an adapter
for clustering for hierarchical clusterers. |
| Clusterer
The
Clusterer interface defines a means of clustering
a set of input elements
Typically, the clusters returned by a clusterer will form a
partition of the input elements. |
| Dendrogram
A
Dendrogram represents the result of a weighted
hierarchical clustering of a set of objects. |
| HierarchicalClusterer
The
HierarchicalClusterer interface defines a means of
clustering a set of objects into a hierarchy of clusters. |
| LatentDirichletAllocation
A
LatentDirichletAllocation object represents a latent
Dirichlet allocation (LDA) model. |
| LatentDirichletAllocation.GibbsSample
The
LatentDirichletAllocation.GibbsSample class
encapsulates all of the information related to a single Gibbs
sample for latent Dirichlet allocation (LDA). |
| LinkDendrogram
A
LinkDendrogram consists of a pair of sub-dendrograms
which are joined at a specified cost. |
Copyright © 2016 Alias-i, Inc.. All rights reserved.