Difference between revisions of "Orange: Data Info"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sumber: https://docs.biolab.si//3/visual-programming/widgets/data/datainfo.html Displays information on a selected dataset. Inputs Data: input dataset A simple widget...")
 
Line 2: Line 2:
  
  
Displays information on a selected dataset.
+
Menayangkan informasi dari dataset yang dipilih.
  
Inputs
+
==Input==
  
    Data: input dataset
+
Data: input dataset
  
 
A simple widget that presents information on dataset size, features, targets, meta attributes, and location.
 
A simple widget that presents information on dataset size, features, targets, meta attributes, and location.

Revision as of 09:21, 10 January 2020

Sumber: https://docs.biolab.si//3/visual-programming/widgets/data/datainfo.html


Menayangkan informasi dari dataset yang dipilih.

Input

Data: input dataset

A simple widget that presents information on dataset size, features, targets, meta attributes, and location.

../../_images/data-info-stamped.png

  • Information on dataset size
  • Information on discrete and continuous features
  • Information on targets
  • Information on meta attributes
  • Information on where the data is stored
  • Produce a report.

Contoh

Below, we compare the basic statistics of two Data Info widgets - one with information on the entire dataset and the other with information on the (manually) selected subset from the Scatter Plot widget. We used the Iris dataset.

../../_images/DataInfo-Example.png


=Referensi

Pranala Menarik