GitXplorerGitXplorer
d

NetworkScience_Proj

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
39ea109c0bc5d700665ece6213bf625cf6e33ac1

Final commit - zip delivery

ppmorvalho committed 7 years ago
Unverified
13e21d4cb31cee8c4df7264426526272de8b1f93

Merge branch 'master' of https://github.com/danielcorreia96/NetworkScience_Proj

ppmorvalho committed 7 years ago
Unverified
9513105f8a7c581a2ecd080e22183273079950b0

best hashtags' graphics for unique users

ppmorvalho committed 7 years ago
Unverified
afebc4a46d2fda4a5ed6dfba0f3edc975794e79d

Add changes to process_hashtags

rrecardoso committed 7 years ago
Unverified
7a4fc4a6939a1e821830a97561ab7872bd108eec

remove comments

rrecardoso committed 7 years ago
Unverified
84b300447d109db16dfa0bd5d3f93ef9dd4760e6

remove print

rrecardoso committed 7 years ago

README

The README file for this repository.

NetworkScience_Proj

Repository for the network science project deliveries (MEIC-A 2017/2018)

Part 1 - Exploration of Networkx Python package

The goal of this project was the exploration of the functionalities provided by the Networkx Python package and constructing a report of feedback (dificulties, strong points, neat tricks, etc.)

Project Structure

For this project we developed 3 modules with examples and utilities for analysing a dataset in the Networkx environment:

  • basicstats.py

    • functions to import the datasets in GML and JSON formats
    • functions to return basic details on the dataset such as number of nodes/edges and is_type_X questions (is directed/connected/weighted/etc?)
    • functions to print and draw information related to clustering metrics: triangles, clustering coeffcients and transitivity
  • cliques.py

    • functions to calculate metrics related to cliques
    • visualization utility functions to draw different types of graphs
  • assortativity.py

    • functions to describe and calculate metrics of assortativity

There is also a datasets folder which contains the datasets we used during development to test our examples.