Writing Algorithm Result

Writing Algorithm Result

The Rubiscape process for analyzing data is - read the data, process it based on the algorithms selected, and display the result. In this process, Rubiscape stores your data only in the temporary cache. After the result is displayed, the resultant data is cleared, and you cannot access it later.
However, Rubiscape provides an option to save the resultant data to a file or a table. This is achieved using the Writer functionality of rubiscape. The data can be written to a table or a file and can be reused later. This table or file created is the target table dataset or the target file dataset.
    • Related Articles

    • Writing to Template File

      You can store the result of algorithm flow or the Reader into a CSV dataset. You can use the TemplateFile node to create target file datasets within the application. These target files are stored in CSV format and can be reused as CSV dataset within ...
    • Writing into Template Table

      You can store the result of algorithm flow or the Reader to a dataset table. Note: You can write to an RDBMS or ODBC (SQL, MySQL, PostgreSQL, or Oracle) datasets only. To write the output data to a template table, follow the steps given below. Build ...
    • Adding Result as a Variable

      Along with defining a workbook level variable, you can also add the result of a regression or classification algorithm as a variable. This result added as a variable can be used in the workbook for further processing. To add the result of an ...
    • Adding Result as a Variable

      Along with defining a workbook level variable, you can also add the result of a regression or classification algorithm as a variable. This result added as a variable can be used in the workbook for further processing. To add the result of an ...
    • Building Algorithm Flow in a Workbook Canvas

      The workbook canvas is your experimental area. You can create, run, and train your algorithm flow in workbook canvas using a simple drag-and-drop method, to add datasets and algorithms. The table given below provides major differences between the ...