getNumberOfSymbols()
Return how many different symbols the model has learned.
markovmodel.getNumberOfSymbols()
Returns
return numSymbols
| Value | Type | Description |
|---|---|---|
| numSymbols | int |
The number of distinct symbols in the model. |
Return how many different symbols the model has learned.
markovmodel.getNumberOfSymbols()
return numSymbols
| Value | Type | Description |
|---|---|---|
| numSymbols | int |
The number of distinct symbols in the model. |