Skip to content

Commit

Permalink
working tex file
Browse files Browse the repository at this point in the history
  • Loading branch information
benyamindsmith committed Oct 31, 2024
1 parent 5607a9f commit 97ed031
Show file tree
Hide file tree
Showing 14 changed files with 225 additions and 1,743 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Description: Implements the degree-betweenness community detection algorithm
degree and betweenness centrality measures to identify communities within
networks. The package provides functions for community detection,
visualization, and analysis of the resulting community structure. Methods
are based on Smith, Pittman and Xu (2024) <doi>.
are based on results from Smith, Pittman and Xu (2024) <doi>.
License: MIT + file LICENSE
References:
Reference 1
Expand Down
1,545 changes: 0 additions & 1,545 deletions utils/docx/extracted

This file was deleted.

1 change: 1 addition & 0 deletions utils/rmd/Writeup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ To explore the general behavior of how Smith-Pittman performs relative to Girvan
To simulate data similar to the previous real-world examples, a one dimensional lattice of 100 nodes each initially having 5 connected nearest neighbors with a 10% probability of rewiring^[For more information on understanding these parameters, the reader is referred to he `smallworld()` function documentation in the `igraph` R package and http://www.scholarpedia.org/article/Small-world_network]. Figure 5 shows the simulated network and figure 6 shows how Girvan-Newman, Louvain and Smith-Pittman classify communities. Louvain produces fewer communities and offers a cleaner result than both Girvan-Newman and Smith-Pittman. Smith-Pittman identifies more communities than Girvan Newman and appears to highlight uncertain or intermediate groups, similar to how it performed with the karate dataset.

```{r echo=FALSE}
set.seed(5250)
sim <- igraph::sample_smallworld(1, 100, 5, 0.1)|>
ig.degree.betweeness::prep_unlabeled_graph()
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 97ed031

Please sign in to comment.