Logo
latest

Contents:

  • Introduction
    • Background & Motivation
    • Installation
    • Citing
    • Examples
      • Example 1: Measuring graph robustness
      • Example 2: Measuring approximate graph robustness
      • Example 3: Cascading Failure Simulation
      • Example 4: SIS Model Network Vaccination
  • Tutorials
    • Tutorial 1: Measuring Vulnerability and Robustness
      • Comparing Robustness Measures
      • Approximate vs Non-Approximate
    • Tutorial 2: Attacking a Network
    • Tutorial 3: Defending a Network
    • Tutorial 4: Cascading Failures
    • Tutorial 5: Entity Dissemination
  • TIGER
    • Measures
      • algebraic_connectivity()
      • average_clustering_coefficient()
      • avg_distance()
      • avg_edge_betweenness()
      • avg_inverse_distance()
      • avg_vertex_betweenness()
      • diameter()
      • edge_connectivity()
      • effective_resistance()
      • generalized_robustness_index()
      • get_measures()
      • largest_connected_component()
      • natural_connectivity()
      • node_connectivity()
      • num_spanning_trees()
      • odd_subgraph_centrality()
      • run_measure()
      • spectral_gap()
      • spectral_radius()
      • spectral_scaling()
    • Attacks
      • Attack
        • Attack.reset_simulation()
        • Attack.run_single_sim()
        • Attack.track_simulation()
      • get_attack_category()
      • get_attack_methods()
      • get_edge_ib()
      • get_edge_id()
      • get_edge_line_deg()
      • get_edge_line_eig()
      • get_edge_line_ns()
      • get_edge_line_pr()
      • get_edge_rb()
      • get_edge_rd()
      • get_edge_rnd()
      • get_node_eig()
      • get_node_ib()
      • get_node_id()
      • get_node_ns()
      • get_node_pr()
      • get_node_rb()
      • get_node_rd()
      • get_node_rnd()
      • main()
      • run_attack_method()
    • Defense
      • Defense
        • Defense.reset_simulation()
        • Defense.run_single_sim()
        • Defense.track_simulation()
      • add_edge_degree()
      • add_edge_eig()
      • add_edge_pr()
      • add_edge_pref()
      • add_edge_rnd()
      • get_central_edges()
      • get_defense_category()
      • get_defense_methods()
      • get_node_eig()
      • get_node_ib()
      • get_node_id()
      • get_node_ns()
      • get_node_pr()
      • get_node_rb()
      • get_node_rd()
      • get_node_rnd()
      • main()
      • rewire_edge_pref()
      • rewire_edge_pref_rnd()
      • rewire_edge_rnd()
      • rewire_edge_rnd_neighbor()
      • run_defense_method()
    • Cascading
      • Cascading
        • Cascading.reset_simulation()
        • Cascading.run_single_sim()
        • Cascading.track_simulation()
      • main()
    • Diffusion
      • Diffusion
        • Diffusion.get_effective_strength()
        • Diffusion.reset_simulation()
        • Diffusion.run_single_sim()
        • Diffusion.track_simulation()
      • main()
    • Simulation
      • Simulation
        • Simulation.child_class()
        • Simulation.create_simulation_gif()
        • Simulation.draw_graph()
        • Simulation.get_effective_strength()
        • Simulation.get_graph_coordinates()
        • Simulation.get_plot_title()
        • Simulation.get_visual_settings()
        • Simulation.plot_graph_transition()
        • Simulation.plot_network()
        • Simulation.plot_results()
        • Simulation.reset_simulation()
        • Simulation.run_simulation()
        • Simulation.run_single_sim()
    • Graph
      • as_733()
      • barabasi_albert()
      • c4_graph()
      • ca_astro_ph()
      • ca_grqc()
      • ca_hep_th()
      • cit_hep_th()
      • clustered_scale_free()
      • dblp()
      • download_dataset()
      • electrical()
      • email_eu_all()
      • enron_email()
      • erdos_reyni()
      • get_graph_options()
      • get_graph_urls()
      • graph_loader()
      • k4_1_graph()
      • k4_2_graph()
      • karate()
      • o4_graph()
      • oregeon_1()
      • p2p_gnuetella08()
      • p4_graph()
      • s4_graph()
      • two_c4_0_bridge()
      • two_c4_1_bridge()
      • two_c4_2_bridge()
      • two_c4_3_bridge()
      • watts_strogatz()
      • wdn_ky2()
      • wiki_vote()
    • Utils
      • get_adjacency_spectrum()
      • get_laplacian()
      • get_laplacian_spectrum()
      • get_sparse_graph()
      • gpu_available()
  • Bibliography
TIGER
  • »
  • Welcome to TIGER’s documentation!
  • Edit on GitHub

Welcome to TIGER’s documentation!

Contents:

  • Introduction
    • Background & Motivation
    • Installation
    • Citing
    • Examples
  • Tutorials
    • Tutorial 1: Measuring Vulnerability and Robustness
    • Tutorial 2: Attacking a Network
    • Tutorial 3: Defending a Network
    • Tutorial 4: Cascading Failures
    • Tutorial 5: Entity Dissemination
  • TIGER
    • Measures
    • Attacks
    • Defense
    • Cascading
    • Diffusion
    • Simulation
    • Graph
    • Utils
  • Bibliography

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2022, Scott Freitas. Revision 8ddb87bd.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds