| Package | Description |
|---|---|
| org.nlpcn.commons.lang.viterbi | |
| org.nlpcn.commons.lang.viterbi.function |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getFrom() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setFrom(Node from) |
| Modifier and Type | Method and Description |
|---|---|
Double |
Score.score(Node<T> from,
Node<T> to)
打分公式,用户自己实现
|
Double |
Score.score(Node<T> from,
Node<T> to)
打分公式,用户自己实现
|
double |
Values.selfSscore(Node<T> node)
节点上的
|
int |
Values.step(Node<T> node)
到达的位置,对于图结构.可能此节点的下一个节点是索引位3个以后并非按照顺序,如果按照顺序设置为1即可,必须大于0
|
Copyright © 2017. All rights reserved.