* Get the size of the character set. * * @returns {number} Size of the character set, i.e., how many unique * characters there are in the training text data.
()
| 116 | * characters there are in the training text data. |
| 117 | */ |
| 118 | charSetSize() { |
| 119 | return this.charSetSize_; |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Generate the next epoch of data for training models. |
no outgoing calls
no test coverage detected