iitb.con.clustering
Interface GraphClustering


public interface GraphClustering

Interface for graph clustering


Method Summary
 java.util.List<Node<java.lang.Short>> cluster(java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> graph, java.util.List<java.lang.Integer> entityIds)
          Performs the graph clustering and returns the clustered data in ordered fashion
 

Method Detail

cluster

java.util.List<Node<java.lang.Short>> cluster(java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> graph,
                                              java.util.List<java.lang.Integer> entityIds)
Performs the graph clustering and returns the clustered data in ordered fashion

Parameters:
graph - graph in adjacency list representation
Returns:
ordered instance ids resulting from clustering