(domain-ranking) Remove lingering mentions of the algorithms field from the GUI
This commit is contained in:
parent
9ec262ae00
commit
ac89224fb0
@ -21,23 +21,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th><label for="algorithm">Algorithm</label></th>
|
|
||||||
<td>
|
|
||||||
<select id="algorithm" name="algorithm">
|
|
||||||
<option value="LINKS_PAGERANK">LINKS_PAGERANK</option>
|
|
||||||
<option value="LINKS_CHEIRANK">LINKS_CHEIRANK</option>
|
|
||||||
<option value="ADJACENCY_PAGERANK">ADJACENCY_PAGERANK</option>
|
|
||||||
<option value="ADJACENCY_CHEIRANK">ADJACENCY_CHEIRANK</option>
|
|
||||||
</select>
|
|
||||||
<div>
|
|
||||||
<small class="text-muted">
|
|
||||||
The algorithm used to rank the domains. The LINKS algorithms use the link graph, and the ADJACENCY
|
|
||||||
algorithms use the adjacency graph. CheiRank is a variant of PageRank that uses the reversed graph.
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th><label for="description">Description</label></th>
|
<th><label for="description">Description</label></th>
|
||||||
<td>
|
<td>
|
||||||
|
@ -22,18 +22,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th><label for="algorithm">Algorithm</label></th>
|
|
||||||
<td>
|
|
||||||
{{#if special}}<input type="hidden" name="algorithm" value="{{algorithm}}" />{{/if}}
|
|
||||||
<div>
|
|
||||||
<small class="text-muted">
|
|
||||||
The algorithm used to rank the domains. The LINKS algorithms use the link graph, and the ADJACENCY
|
|
||||||
algorithms use the adjacency graph. CheiRank is a variant of PageRank that uses the reversed graph.
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th><label for="description">Description</label></th>
|
<th><label for="description">Description</label></th>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
Reference in New Issue
Block a user