* Get length of the training text data. * * @returns {number} Length of training text data.
()
| 99 | * @returns {number} Length of training text data. |
| 100 | */ |
| 101 | textLen() { |
| 102 | return this.textLen_; |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * Get the length of each training example. |