Orange: Data Table

From OnnoWiki
Revision as of 09:50, 10 January 2020 by Onnowpurbo (talk | contribs) (→‎Output)
Jump to navigation Jump to search

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.

DataTable-stamped.png


  1. 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”.
  2. Info on current dataset size and number and types of attributes
  3. Values of continuous attributes can be visualized with bars; colors can be attributed to different classes.
  4. Data instances (rows) can be selected and sent to the widget’s output channel.
  5. Use the Restore Original Order button to reorder data instances after attribute-based sorting.
  6. Produce a report.
  7. 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.


DataTable-Schema.png.jpeg

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.

DataTable-Example.png

Referensi

Pranala Menarik