What is sampling, why do we need different sampling strategies, some examples
Algorithms we should cover with source code-
- Uniform Random Sampling
- Snowball Sampling
- Forest Fire Sampling
- NodeRank Sampling
- Degree-Based Sampling
- Stratified Sampling
- Metropolis-Hastings Sampling
- Subgraph Sampling
- Min-cut Sampling
More ??
Strengths and weaknesses of these algorithms, computational complexity, how to find well suited sampling strategy depending on the graph and its characteristics.