(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Clustering in graph

What is it about?

Clustering the objects based on space and time in graph network where the attribute and topological similarities are considered for grouping the objects

Why is it important?

Social network dataset that exhibit the graph representation must be grouped based on the relationship and the characteristics of the individual.The algorithm devised in this paper gives the solution for the above problem.

Read more on Kudos…
The following have contributed to this page:
Parimala Boobalan
' ,"url"));