| Package | Description |
|---|---|
| net.seninp.jmotif.cluster |
Implements clustering.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FurthestFirstStrategy |
class |
RandomStartStrategy
Implements a random strategy
|
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,List<String>> |
TextKMeans.cluster(HashMap<String,HashMap<String,Double>> tfidf,
Integer clustersNum,
StartStrategy strategy)
This clusters a map data structure of pairs bagName wordBag which is used as tfidf throughout
of JMotif.
|
static HashMap<String,List<String>> |
TextKMeans.cluster(HashMap<String,HashMap<String,Double>> tfidf,
Integer clustersNum,
StartStrategy strategy)
This clusters a map data structure of pairs bagName wordBag which is used as tfidf throughout
of JMotif.
|
Copyright © 2021. All rights reserved.