diff --git a/vipra-ui/app/html/about.html b/vipra-ui/app/html/about.html index 906d38376f29b546ff384c41cb3f926011aa8254..499be08ae5788ceb6f21dedb48e06aca0351e70d 100644 --- a/vipra-ui/app/html/about.html +++ b/vipra-ui/app/html/about.html @@ -174,6 +174,23 @@ The minimum share value of a topic to be considered associated to an article. Topics with a lower share are ignored. </td> </tr> + <tr> + <th>Dynamic minimum iterations</th> + <td ng-bind-template="{{::info.const.dynminiter}}"></td> + </tr> + <tr> + <th>Dynamic maximum iterations</th> + <td ng-bind-template="{{::info.const.dynmaxiter}}"></td> + </tr> + <tr> + <th>Static iterations</th> + <td ng-bind-template="{{::info.const.statiter}}"></td> + </tr> + <tr class="well"> + <td colspan="2"> + Iteration values for dynamic and static topic modeling. + </td> + </tr> <tr> <th>Word minimum frequency</th> <td ng-bind-template="{{::info.const.docminfreq}}"></td>