Orange: Save Data: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Created page with "Sumber: https://docs.biolab.si//3/visual-programming/widgets/data/save.html ==Referensi== * https://docs.biolab.si//3/visual-programming/widgets/data/save.html ==Pranala..."
 
Onnowpurbo (talk | contribs)
No edit summary
Line 1: Line 1:
Sumber: https://docs.biolab.si//3/visual-programming/widgets/data/save.html
Sumber: https://docs.biolab.si//3/visual-programming/widgets/data/save.html
Menyimpan data ke file.
==Input==
Data: input dataset
The Save Data widget considers a dataset provided in the input channel and saves it to a data file with a specified name. It can save the data as a tab-delimited or a comma-separated file.
The widget does not save the data every time it receives a new signal in the input as this would constantly (and, mostly, inadvertently) overwrite the file. Instead, the data is saved only after a new file name is set or the user pushes the Save button.
../../_images/Save-stamped.png
    Save by overwriting the existing file.
    Save as to create a new file.
==Contoh==
In the workflow below, we used the Zoo dataset. We loaded the data into the Scatter Plot widget, with which we selected a subset of data instances and pushed them to the Save Data widget to store them in a file.
../../_images/Save-Workflow.png





Revision as of 01:38, 10 January 2020

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

Menyimpan data ke file.

Input

Data: input dataset

The Save Data widget considers a dataset provided in the input channel and saves it to a data file with a specified name. It can save the data as a tab-delimited or a comma-separated file.

The widget does not save the data every time it receives a new signal in the input as this would constantly (and, mostly, inadvertently) overwrite the file. Instead, the data is saved only after a new file name is set or the user pushes the Save button.

../../_images/Save-stamped.png

   Save by overwriting the existing file.
   Save as to create a new file.

Contoh

In the workflow below, we used the Zoo dataset. We loaded the data into the Scatter Plot widget, with which we selected a subset of data instances and pushed them to the Save Data widget to store them in a file.

../../_images/Save-Workflow.png



Referensi

Pranala Menarik