| Package | Description |
|---|---|
| net.seninp.jmotif.cluster |
Implements clustering.
|
| net.seninp.jmotif.text |
Provides implementations of text mining algorithms, datastructures and metrics.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CosineDistanceMatrix |
TextProcessor.getCosineDistanceMatrix(HashMap<String,HashMap<String,Double>> tfidf) |
CosineDistanceMatrix |
TextProcessor.getCosineDistanceMatrix(HashMap<String,HashMap<String,Double>> tfidf) |
Copyright © 2021. All rights reserved.