(control) Update descriptive text in the control GUI
This commit is contained in:
parent
ac89224fb0
commit
b7e330855f
@ -44,8 +44,12 @@
|
|||||||
<textarea name="definition" id="definition" rows="10" style="width: 100%">{{definition}}</textarea>
|
<textarea name="definition" id="definition" rows="10" style="width: 100%">{{definition}}</textarea>
|
||||||
<div>
|
<div>
|
||||||
<small class="text-muted">A list of domain names, one per line, possibly globbed with SQL-style '%' wildcards.
|
<small class="text-muted">A list of domain names, one per line, possibly globbed with SQL-style '%' wildcards.
|
||||||
These are used as the origin point for the Personalized PageRank algorithm, and will be considered
|
If provided, these are used as the origin point for the Personalized PageRank algorithm, and will be considered
|
||||||
the central points of the link or adjacency graph. If no domains are specified, the entire domain space is used, as per the PageRank paper.
|
the central points of the link or adjacency graph. If no domains are specified, the entire domain space is used,
|
||||||
|
as per the PageRank paper.
|
||||||
|
<br><br>
|
||||||
|
If similarity data is available and domains are specified, the similarity data is used as basis for the ranking
|
||||||
|
calculation instead, providing a much more coherent ranking.
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -46,9 +46,12 @@
|
|||||||
<textarea name="definition" id="definition" rows="10" style="width: 100%">{{definition}}</textarea>
|
<textarea name="definition" id="definition" rows="10" style="width: 100%">{{definition}}</textarea>
|
||||||
<div>
|
<div>
|
||||||
<small class="text-muted">A list of domain names, one per line, possibly globbed with SQL-style '%' wildcards.
|
<small class="text-muted">A list of domain names, one per line, possibly globbed with SQL-style '%' wildcards.
|
||||||
These are used as the origin point for the Personalized PageRank algorithm, and will be considered
|
If provided, these are used as the origin point for the Personalized PageRank algorithm, and will be considered
|
||||||
the central points of the link or adjacency graph. If no domains are specified,
|
the central points of the link or adjacency graph. If no domains are specified, the entire domain space is used,
|
||||||
the entire domain space is used, as per the PageRank paper.
|
as per the PageRank paper.
|
||||||
|
<br><br>
|
||||||
|
If similarity data is available and domains are specified, the similarity data is used as basis for the ranking
|
||||||
|
calculation instead, providing a much more coherent ranking.
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user