* Convert all training text to integer indices.
()
| 215 | * Convert all training text to integer indices. |
| 216 | */ |
| 217 | convertAllTextToIndices_() { |
| 218 | this.indices_ = new Uint16Array(this.textToIndices(this.textString_)); |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * Generate the example-begin indices; shuffle them randomly. |
no test coverage detected