Difference between revisions of "Orange: Datasets"

From OnnoWiki
Jump to navigation Jump to search
Line 7: Line 7:
 
  Data: output dataset
 
  Data: output dataset
  
Datasets widget retrieves selected dataset from the server and sends it to the output. File is downloaded to the local memory and thus instantly available even without the internet connection. Each dataset is provided with a description and information on the data size, number of instances, number of variables, target and tags.
+
Widget dataset mengambil dataset yang dipilih dari server dan mengirimkannya ke output. File diunduh ke memori lokal dan dengan demikian langsung tersedia bahkan tanpa koneksi internet. Setiap dataset dilengkapi dengan deskripsi dan informasi tentang ukuran data, jumlah instance, jumlah variabel, target, dan tag.
  
 
[[File:Datasets-stamped.png|center|600px|thumb]]
 
[[File:Datasets-stamped.png|center|600px|thumb]]
  
# Information on the number of datasets available and the number of them downloaded to the local memory.
+
# Informasi tentang jumlah dataset yang tersedia dan jumlah mereka diunduh ke memori lokal.
# Content of available datasets. Each dataset is described with the size, number of instances and variables, type of the target variable and tags.
+
# Konten dataset yang tersedia. Setiap dataset dijelaskan dengan ukuran, jumlah instance dan variabel, jenis variabel target, dan tag.
# Formal description of the selected dataset.
+
# Deskripsi formal dari dataset yang dipilih.
# If Send Data Automatically is ticked, selected dataset is communicated automatically. Alternatively, press Send Data.
+
# Jika Send Data Automatically dicentang, dataset yang dipilih dikomunikasikan secara otomatis. Atau, tekan Send Data.
  
 
==Example==
 
==Example==

Revision as of 08:04, 10 January 2020

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

Load a dataset from an online repository.

Output

Data: output dataset

Widget dataset mengambil dataset yang dipilih dari server dan mengirimkannya ke output. File diunduh ke memori lokal dan dengan demikian langsung tersedia bahkan tanpa koneksi internet. Setiap dataset dilengkapi dengan deskripsi dan informasi tentang ukuran data, jumlah instance, jumlah variabel, target, dan tag.

Datasets-stamped.png
  1. Informasi tentang jumlah dataset yang tersedia dan jumlah mereka diunduh ke memori lokal.
  2. Konten dataset yang tersedia. Setiap dataset dijelaskan dengan ukuran, jumlah instance dan variabel, jenis variabel target, dan tag.
  3. Deskripsi formal dari dataset yang dipilih.
  4. Jika Send Data Automatically dicentang, dataset yang dipilih dikomunikasikan secara otomatis. Atau, tekan Send Data.

Example

Orange workflows can start with Datasets widget instead of File widget. In the example below, the widget retrieves a dataset from an online repository (Kickstarter data), which is subsequently sent to both the Data Table and the Distributions.

Datasets-Workflow.png

Referensi

Pranala Menarik