Difference between revisions of "Statistical Manager Tutorial"

From Gcube Wiki
Jump to: navigation, search
(Upload custom file)
(Upload custom file)
Line 9: Line 9:
 
=Upload custom file=
 
=Upload custom file=
 
In the section ''Access to the Data Space'' click on ''Importer'' tab.
 
In the section ''Access to the Data Space'' click on ''Importer'' tab.
In the ''Data Set Importer'' form user tipe the name tat wants to assign to the file that will be importand click on ''Open CSV Importer Wizard''.
+
In the ''Data Set Importer'' form user tipe the name that wants to assign to the file that will be imported, select the correct template of file  and click on ''Open CSV Importer Wizard''.
 
[[File:FormImport.png|800px]]
 
[[File:FormImport.png|800px]]
  
Line 22: Line 22:
 
[[File:CsvImport1.png|250px]]
 
[[File:CsvImport1.png|250px]]
 
===Import file from local source===
 
===Import file from local source===
Click on ''Browser'' and select file in local source;
+
# Click on ''Browse'' and select file in local source;
Click on ''Upload'' and click ''Next'';
+
# Click on ''Upload'' and click ''Next'';
If the first row is the header ros of the columns, check the flag ''has header'.
+
# If the first row is the header ros of the columns, check the flag ''Has header''.
Select the delimetr of columns;
+
# Select the delimetr of columns;
Click on ''check configuration'';
+
# Click on ''Check configuration'';
Clikc ''Next';
+
# Clikc ''Next'';
Click ''Finish'' when impor is completed.
+
# Click ''Finish'' when impor is completed.
 
+
===Import file from workspace===
  
 +
# Click on Browse and select file in the windows pop up that shows user workspace files
 +
# see steps [2-7] in the previous section.
  
 
[[File:CsvImport3.png|thumbnail|right|450px]]
 
[[File:CsvImport3.png|thumbnail|right|450px]]
 
[[File:CsvImport2.png|left|450px]]
 
[[File:CsvImport2.png|left|450px]]

Revision as of 15:23, 13 September 2013

Statistical Manager

This is a cross-usage service that provides users and services with tools for performing data mining operations. Specifically, it offers a unique access to perform data mining and statistical operations on heterogeneous data, which may reside either on the client side, in the form of comma-separated values files, or be remotely hosted, possibly in a database. The SM service is able to take inputs and execute the operation requested by a client by invoking the most suited computational facility from a set of available computational resources. Executions can run either on multi-core machines or on different computational platforms, such as D4Science and other different private and commercial Cloud providers.

The SM Service is a container of algorithms that are implemented as plug-ins based on the Dependency Injection programming pattern. These reside on SM and can be invoked by infrastructural or external clients according to a public Web Services Description Language interface. The requests are managed asynchronously, and the client can monitor the status of the computation at any time.

Upload custom file

In the section Access to the Data Space click on Importer tab. In the Data Set Importer form user tipe the name that wants to assign to the file that will be imported, select the correct template of file and click on Open CSV Importer Wizard. FormImport.png


The csv import wizard will be shown. User has two possibilities to import files:

  • import files from local source;
  • import file from workspace;

According this choise, user select right flag and click Next.

CsvImport1.png

Import file from local source

  1. Click on Browse and select file in local source;
  2. Click on Upload and click Next;
  3. If the first row is the header ros of the columns, check the flag Has header.
  4. Select the delimetr of columns;
  5. Click on Check configuration;
  6. Clikc Next;
  7. Click Finish when impor is completed.

Import file from workspace

  1. Click on Browse and select file in the windows pop up that shows user workspace files
  2. see steps [2-7] in the previous section.
CsvImport3.png
CsvImport2.png