Content deleted Content added
m Removed invisible unicode characters + other fixes, added orphan, uncategorised tags using AWB (12041) |
Speng dahl (talk | contribs) No edit summary |
||
Line 24:
=== Rule 1 ===
The first rule describes the construction of a order by a node n assuming the highest neighbor weight <math display="inline">max(W(\Nu(v)))</math> subtracted by 1. This measure creates a top-to-down hierarchical cluster structure.<syntaxhighlight lang="java" line="1">▼
if max(W(N(n))) > w_n
w_n = max(W(N(n))) - 1
▲</syntaxhighlight>The first rule describes the construction of a order by a node n assuming the highest neighbor weight <math display="inline">max(W(\Nu(v)))</math> subtracted by 1. This measure creates a top-to-down hierarchical cluster structure.
▲</syntaxhighlight>
[[File:
=== Rule 2 ===
|