Class Index | File Index

Classes


Class de.aitools.js.SortedEdges

Graph procedure for sorting edges
Defined in: GraphProcedures.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Graph procedure for sorting edges.
Method Summary
Method Attributes Method Name and Description
 
execute(graph)
Method for sorting edges in regard to their weight.
Class Detail
de.aitools.js.SortedEdges(A)
Graph procedure for sorting edges.
Author: Christof Braeutigam [email protected], Christian Fricke [email protected].
Parameters:
{Number} A
nodeId
See:
de.aitools.js.KNNGraph
Method Detail
{Number} execute(graph)
Method for sorting edges in regard to their weight.
Parameters:
{de.aitools.js.Graph} graph
The graph to be sorted
Returns:
{Number} Sorted edges of a node

Documentation generated by JsDoc Toolkit 2.4.0 on Wed May 30 2012 16:21:04 GMT+0200 (CEST)