| Package | Description |
|---|---|
| com.hankcs.hanlp.mining.word2vec |
Java移植版的word2vec,最大程度上与原版一致。大部分代码来自:https://github.com/kojisekig/word2vec-lucene ,额外做了一些性能优化
|
| Modifier and Type | Field and Description |
|---|---|
protected VectorsReader |
AbstractClosestVectors.vectorsReader |
| Constructor and Description |
|---|
KMeansClustering(VectorsReader reader,
int k,
String outFile) |
Copyright © 2014–2021 码农场. All rights reserved.