| Package | Description |
|---|---|
| com.hankcs.hanlp.mining.cluster |
文本聚类模块(k-means和repeated bisection)
参考文献 Steinbach M, Karypis G, Kumar V.
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<K,Document<K>> |
ClusterAnalyzer.documents_ |
| Modifier and Type | Method and Description |
|---|---|
Document<K> |
ClusterAnalyzer.addDocument(K id,
List<String> document)
添加文档
|
Document<K> |
ClusterAnalyzer.addDocument(K id,
String document)
添加文档
|
| Constructor and Description |
|---|
Cluster(List<Document<K>> documents) |
Copyright © 2014–2021 码农场. All rights reserved.