KHOPCA clustering algorithm: Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m Removed invisible unicode characters + other fixes, added orphan, uncategorised tags using AWB (12041)
No edit summary
Line 24:
 
=== Rule 1 ===
</syntaxhighlight lang="java" line="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 lang="java" line="1">
</syntaxhighlight>
 
[[File:KHOPCA_Rule_1KHOPCA Rule 1b.pngpdf|frameless|right]]
 
=== Rule 2 ===