Run model inference.
()
| 80 | * Run model inference. |
| 81 | */ |
| 82 | public void run() { |
| 83 | if (properties == null) inference.setUp(this); |
| 84 | else inference.setUp(this, properties); |
| 85 | inference.run(); |
| 86 | trained = true; |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * Get hyperparameter alpha corresponding to topic. |
no test coverage detected