Difference between revisions of "Orange: Network Generator"

From OnnoWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
Construct example graphs.
 
Construct example graphs.
  
Outputs
+
==Output==
  
    Generated Network: An instance of Network Graph.
+
Generated Network: An instance of Network Graph.
  
 
Network Generator constructs exemplary networks. It is mostly intended for teaching/learning about networks.
 
Network Generator constructs exemplary networks. It is mostly intended for teaching/learning about networks.
Line 14: Line 14:
 
Graph options:
 
Graph options:
  
    Path: a graph that can be drawn so that all of its vertices and edges lie on a single straight line.
+
Path: a graph that can be drawn so that all of its vertices and edges lie on a single straight line.
    Cycle: a graph that consists of a single cycle, i.e. some number of vertices (at least 3) are connected in a closed chain.
+
Cycle: a graph that consists of a single cycle, i.e. some number of vertices (at least 3) are connected in a closed chain.
    Complete: simple undirected graph in which every pair of distinct vertices is connected by a unique edge.
+
Complete: simple undirected graph in which every pair of distinct vertices is connected by a unique edge.
    Complete bipartite: a graph whose vertices can be divided into two disjoint and independent sets.
+
Complete bipartite: a graph whose vertices can be divided into two disjoint and independent sets.
    Barbell: two complete graphs connected by a path.
+
Barbell: two complete graphs connected by a path.
    Ladder: planar undirected graph with 2n vertices and 3n-2 edges.
+
Ladder: planar undirected graph with 2n vertices and 3n-2 edges.
    Circular ladder: Cartesian product of two path graphs.
+
Circular ladder: Cartesian product of two path graphs.
    Grid: a graph whose drawing, embedded in some Euclidean space, forms a regular tiling.
+
Grid: a graph whose drawing, embedded in some Euclidean space, forms a regular tiling.
    Hypercube: a graph formed from the vertices and edges of an n-dimensional hypercube.
+
Hypercube: a graph formed from the vertices and edges of an n-dimensional hypercube.
    Star: Return the Star graph with n+1 nodes: one center node, connected to n outer nodes.
+
Star: Return the Star graph with n+1 nodes: one center node, connected to n outer nodes.
    Lollipop: a complete graph (clique) and a path graph, connected with a bridge.
+
Lollipop: a complete graph (clique) and a path graph, connected with a bridge.
    Geometric: an undirected graph constructed by randomly placing N nodes in some metric space.
+
Geometric: an undirected graph constructed by randomly placing N nodes in some metric space.
  
 
Press Regenerate Network to output a new graph instance.
 
Press Regenerate Network to output a new graph instance.

Revision as of 12:10, 29 January 2020

Sumber: https://orange.biolab.si/widget-catalog/networks/networkgenerator/


Construct example graphs.

Output

Generated Network: An instance of Network Graph.

Network Generator constructs exemplary networks. It is mostly intended for teaching/learning about networks.

Network-generator.png

Graph options:

Path: a graph that can be drawn so that all of its vertices and edges lie on a single straight line.
Cycle: a graph that consists of a single cycle, i.e. some number of vertices (at least 3) are connected in a closed chain.
Complete: simple undirected graph in which every pair of distinct vertices is connected by a unique edge.
Complete bipartite: a graph whose vertices can be divided into two disjoint and independent sets.
Barbell: two complete graphs connected by a path.
Ladder: planar undirected graph with 2n vertices and 3n-2 edges.
Circular ladder: Cartesian product of two path graphs.
Grid: a graph whose drawing, embedded in some Euclidean space, forms a regular tiling.
Hypercube: a graph formed from the vertices and edges of an n-dimensional hypercube.
Star: Return the Star graph with n+1 nodes: one center node, connected to n outer nodes.
Lollipop: a complete graph (clique) and a path graph, connected with a bridge.
Geometric: an undirected graph constructed by randomly placing N nodes in some metric space.

Press Regenerate Network to output a new graph instance.

Contoh

Network Generator is a nice tool to explore typical graph structures.

Network-generator-example.png

Here, we generated a Grid graph of height 4 and width 5 and sent it to Network Analysis. We computed node degrees and sent the data to Network Explorer. Finally, we observed the generated graph in the visualization and set the size and color of the nodes to Degree. This is a nice tool to observe and explain the properties of networks.


Referensi

Pranala Menarik