InfernoX5515 / Spatial-SocialNetworks

A system to display relationships between real world networks and social networks. For Kent State University COF-CS Grant research.
1 stars 0 forks source link

Social Networks and Subnetworks Indexing #39

Open InfernoX5515 opened 2 years ago

InfernoX5515 commented 2 years ago

We need to make our own indexing algorithm and method. This will be in the form of subnetworks that make up the entire network. Users are grouped together to form sub-networks (with constraints TBD). These sub-networks will be considered nodes in the larger whole network. If these nodes are still too big after being condensed, break the nodes into more sub-networks. This will form a tree structure that will be indexed.

There needs to be information about edges of the subgraphs (such as influence, max k, etc) recorded and a list of users in the node.

InfernoX5515 commented 2 years ago

An actual formula is needed. We can get a score for the partitioning method and compare what is better.