Skip to content
Snippets Groups Projects
Commit 8abd420c authored by Eike Cochu's avatar Eike Cochu
Browse files

added constants to about page

parent 396249a9
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment