| Package | Description |
|---|---|
| net.seninp.jmotif.cluster |
Implements clustering.
|
| Modifier and Type | Field and Description |
|---|---|
Cluster |
Cluster.left
The left sub-cluster.
|
Cluster |
Cluster.left
The left sub-cluster.
|
Cluster |
Cluster.right
The right sub-cluster.
|
Cluster |
Cluster.right
The right sub-cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static Cluster |
HC.Hc(HashMap<String,HashMap<String,Double>> tfidfData,
LinkageCriterion criterion)
Implements hierarchical clustering for word bags.
|
static Cluster |
HC.Hc(HashMap<String,HashMap<String,Double>> tfidfData,
LinkageCriterion criterion)
Implements hierarchical clustering for word bags.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
Cluster.distanceTo(Cluster otherCluster,
HashMap<String,HashMap<String,Double>> data,
CosineDistanceMatrix distanceMatrix,
LinkageCriterion criterion)
Compute the distance between words clusters.
|
Double |
Cluster.distanceTo(Cluster otherCluster,
HashMap<String,HashMap<String,Double>> data,
CosineDistanceMatrix distanceMatrix,
LinkageCriterion criterion)
Compute the distance between words clusters.
|
void |
Cluster.merge(Cluster left,
Cluster right,
Double distance)
Merging together clusters.
|
void |
Cluster.merge(Cluster left,
Cluster right,
Double distance)
Merging together clusters.
|
Copyright © 2021. All rights reserved.