| Package | Description |
|---|---|
| net.seninp.jmotif.cluster |
Implements clustering.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkageCriterion |
LinkageCriterion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkageCriterion |
LinkageCriterion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkageCriterion[] |
LinkageCriterion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static LinkageCriterion[] |
LinkageCriterion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
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.
|
Copyright © 2021. All rights reserved.