public class MarkovMatrix extends Object implements Serializable
| Constructor and Description |
|---|
MarkovMatrix() |
| Modifier and Type | Method and Description |
|---|---|
List<Object[]> |
getMatrix(String key) |
void |
update(String startState,
String endState,
long count) |
void |
updateStartStateCount(String startState,
long increment) |
Copyright © 2018 WSO2, Inc.. All rights reserved.