| Package | Description |
|---|---|
| com.hankcs.hanlp.mining.word2vec |
Java移植版的word2vec,最大程度上与原版一致。大部分代码来自:https://github.com/kojisekig/word2vec-lucene ,额外做了一些性能优化
|
| Modifier and Type | Method and Description |
|---|---|
static NeuralNetworkType |
NeuralNetworkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeuralNetworkType[] |
NeuralNetworkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Word2VecTrainer |
Word2VecTrainer.type(NeuralNetworkType type)
神经网络类型
|
Copyright © 2014–2021 码农场. All rights reserved.