Difference between revisions of "Orange: Network File"

From OnnoWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
Membaca file network graph file dalam [[Pajek format]].
+
Widget Network File membaca file network graph file dalam [[Pajek format]].
  
 
==Output==
 
==Output==
Line 23: Line 23:
 
==Contoh==
 
==Contoh==
  
Kita meload lastfm.net dari dokumentasi dataset (dropdown → Browse documentation networks). Cara paling enak untuk melihat network data adalah dengan Network Explorer widget. Network File widget secara automatis mencocokan data file (lastfm.net dengan lastfm.tab), oleh karenanya atribut node tersedia pada widget.
+
Kita meload lastfm.net dari dokumentasi dataset (dropdown → Browse documentation networks). Cara paling enak untuk melihat network data adalah dengan widget Network Explorer. Widget Network File secara automatis mencocokan data file (lastfm.net dengan lastfm.tab), oleh karena atribut node tersedia pada widget Network File.
  
 
[[File:Network-file-example.png|center|400px|thumb]]
 
[[File:Network-file-example.png|center|400px|thumb]]

Latest revision as of 16:18, 6 April 2020

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


Widget Network File membaca file network graph file dalam Pajek format.

Output

Network: An instance of Network Graph.
Items: Properties of a network file.

Network File widget membaca network file dan mengirimkan input data ke output channel. History dari file yang dibuka terbaru di simpan di widget. Pada widget ini juga tersedia directory dataset contoh yang pre-installed dengan add-on.

Widget Network File membaca data dalam format .net dan .pajek. Complimentary .tab, .tsv atau .csv dataset dapat diberikan untuk memberikan informasi node. Orange secara default akan mencocokan file dengan nama yang sama dengan file .net -nya.

Network-File-stamped.png
  • Load network file. The widget construct a data table from the data whose filename matches the graph filename (i.e. lastfm.net and lastfm.tab) or, if no match is found, from the graph. A dropdown menu provides access to documentation data sets with Browse documentation networks….
  • The folder icon provides access to local data files.
  • Reload the data file from 1.
  • Status bar reports on the number of nodes and edges and the type of the graph.
  • Information, warnings and errors. Hover over a message to read it all.

Contoh

Kita meload lastfm.net dari dokumentasi dataset (dropdown → Browse documentation networks). Cara paling enak untuk melihat network data adalah dengan widget Network Explorer. Widget Network File secara automatis mencocokan data file (lastfm.net dengan lastfm.tab), oleh karena atribut node tersedia pada widget Network File.

Network-file-example.png

Referensi

Pranala Menarik