| Package | Description |
|---|---|
| com.hankcs.hanlp.classification.classifiers |
| Modifier and Type | Method and Description |
|---|---|
NaiveBayesModel |
NaiveBayesClassifier.getNaiveBayesModel()
获取训练结果
|
| Constructor and Description |
|---|
NaiveBayesClassifier(NaiveBayesModel naiveBayesModel)
由训练结果构造一个贝叶斯分类器,通常用来加载磁盘中的分类器
|
Copyright © 2014–2021 码农场. All rights reserved.