Importtool: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Mathias
imported>Mathias
Line 23: Line 23:


Here we import a csv file by dragging the file into the browse window.   
Here we import a csv file by dragging the file into the browse window.   
The importool will attempt to automatically detect label columns.  Here the 2nd column containing the name's of beers has been automatically detected as a label column.  Third column, containing class information of either 'ale' or 'lager' has also been automatically detected as a label column.  To set this column to class, click where it says 'label' underneath C2 and select class.  The importer will now populate the datasets' class field with the information contained within this second column.   




Line 28: Line 31:
[[Image:Text_import1.jpg||300px|]]
[[Image:Text_import1.jpg||300px|]]
[[Image:importtool1.jpg||420px|]]
[[Image:importtool1.jpg||420px|]]
The importool will attempt to automatically detect label columns.  Here the 2nd column containing the name's of beers has been automatically detected as a label column.  Third column, containing class information of either 'ale' or 'lager' has also been automatically detected as a label column.  To set this column to class, click where it says 'label' underneath C2 and select class.  The importer will now populate the datasets' class field with the information contained within this second column.   





Revision as of 12:39, 27 October 2016

Purpose

GUI for designating column/row data types in incoming data. Allows user to specify a column or row as labels, class sets, or axisscale or data.

Synopsis

[ctypes, rtypes] = importtool(data);
[ctypes, rtypes] = importtool(data,options);

Description

Allows user to identify data type (data, class, axisscale, include, and ignore) fields (row and columns) in a data matrix.

Options

options = a structure array with the following fields:

  • fields: Nx2 cell array, first column is field name, second column is color to use.


Examples

Here we import a csv file by dragging the file into the browse window.

The importool will attempt to automatically detect label columns. Here the 2nd column containing the name's of beers has been automatically detected as a label column. Third column, containing class information of either 'ale' or 'lager' has also been automatically detected as a label column. To set this column to class, click where it says 'label' underneath C2 and select class. The importer will now populate the datasets' class field with the information contained within this second column.


Csv examp.jpg Text import1.jpg Importtool1.jpg


See Also

parsemixed