Difference between revisions of "Orange: Data Table"
Onnowpurbo (talk | contribs) (→Contoh) |
Onnowpurbo (talk | contribs) (→Output) |
||
Line 13: | Line 13: | ||
Selected Data: instance terpilih dari tabel | Selected Data: instance terpilih dari tabel | ||
− | + | Widget Data Table menerima satu atau beberapa dataset melalui inputnya dan menyajikannya sebagai spreadsheet. Instance data dapat diurutkan berdasarkan nilai atribut. Widget ini juga mendukung pemilihan instance data secara manual. | |
[[File:DataTable-stamped.png|center|600px|thumb]] | [[File:DataTable-stamped.png|center|600px|thumb]] |
Revision as of 09:50, 10 January 2020
Sumber: https://docs.biolab.si//3/visual-programming/widgets/data/datatable.html
Displays attribute-value data in a spreadsheet.
Input
Data: input dataset
Output
Selected Data: instance terpilih dari tabel
Widget Data Table menerima satu atau beberapa dataset melalui inputnya dan menyajikannya sebagai spreadsheet. Instance data dapat diurutkan berdasarkan nilai atribut. Widget ini juga mendukung pemilihan instance data secara manual.
- The name of the dataset (usually the input data file). Data instances are in rows and their attribute values in columns. In this example, the dataset is sorted by the attribute “sepal length”.
- Info on current dataset size and number and types of attributes
- Values of continuous attributes can be visualized with bars; colors can be attributed to different classes.
- Data instances (rows) can be selected and sent to the widget’s output channel.
- Use the Restore Original Order button to reorder data instances after attribute-based sorting.
- Produce a report.
- While auto-send is on, all changes will be automatically communicated to other widgets. Otherwise, press Send Selected Rows.
Contoh
We used two File widgets to read the Iris and Glass dataset (provided in Orange distribution), and send them to the Data Table widget.
Selected data instances in the first Data Table are passed to the second Data Table. Notice that we can select which dataset to view (iris or glass). Changing from one dataset to another alters the communicated selection of data instances if Commit on any change is selected.