7
Graph.js
7
Graph.js
@@ -16,7 +16,6 @@ class Graph {
|
||||
this.setPageRank();
|
||||
this.setSubgraph();
|
||||
this.bucketNodes();
|
||||
this.setAffinity();
|
||||
}
|
||||
|
||||
processList(list, soft=false) {
|
||||
@@ -134,12 +133,6 @@ class Graph {
|
||||
nodes.sort();
|
||||
}
|
||||
}
|
||||
|
||||
setAffinity() {
|
||||
for (let node of this.nodes) {
|
||||
node.setAffinity(this.nodes);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
<!--# include file="GraphGroup.js" -->
|
||||
|
||||
Reference in New Issue
Block a user