public abstract class TransformMatrix extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
ordinaryMax
内部标签下标最大值不超过这个值,用于矩阵创建
|
double[] |
start_probability
初始概率
|
int[] |
states
隐状态
|
double[][] |
transititon_probability
转移概率
|
| Constructor and Description |
|---|
TransformMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
extend(int ordinaryMax)
拓展内部矩阵,仅用于通过反射新增了枚举实例之后的兼容措施
|
int |
getTotalFrequency(int ordinal) |
boolean |
load(String path) |
abstract int |
ordinal(String tag) |
Copyright © 2014–2021 码农场. All rights reserved.