User Tools

Site Tools


explore_your_own_dataset

This is an old revision of the document!


Explore your own dataset

Privacy concern

We remind you that our policy about privacy is strict:

  • you data is never loaded or stored on our server. It remains on your local client (i.e., your web browser and computer),
  • in the same way, the visualizations that you obtain are not loaded or stored on our server. These remain also on your local client,
  • more generally, you are free to use VizAssist at your own risk. If you find that the generated visualizations are useful, or if you have used them with success for your own work, then please let us know and mention the project VizAssist,
  • for user evaluation purposes, we have planned (but it is not implemented yet) to store in a log your VizAssist session (i.e., how much time you spend on each step, how you use the GA, etc).

VizAssist file format

The data format in VizAssist uses the following definitions and principles:

  • the file format is the international CSV format, with comma ”,” as separator and ”.” in numbers
  • the actual version of VizAssist assumes that your file will be in the proper “VizAssist” format (see below)
  • several demo files are provided with various characteristics, so please have a look at them to get a better idea of the file format: multidimensional data (???,???,???) with image or url (???), times series (???, ???, ???), maps (???), graphs (???).

The VizAsssist file format is as follows:

  • Line 1: the name of each data attribute (i.e., the header of each column). These will appear for instance in the legend of the generated visualizations,
  • Line 2: the type of each data attribute (actual types: numeric, ordinal, nominal, time, imageurl, url, source, target, country),
  • Line 3: the importance of each attribute (in [0,100]). Those values are used to tell VizAssist about your preferences for some attributes over the others. If you have no preferences, then please set this line to 50,…,50
  • Line 4: the number of different values for each attribute
  • Line 5 and others: the data items. One value is required for each column. Missing values are not handled by VizAssist.

More details about the data attributes types:

  • numeric: a dot is use to separate the integer part from the fraction part
  • ordinal: symbolic values that are ordered, like “small”, “medium”, “large”. VizAssist uses the alphabetical order, so you should rename those values as “a-small”, “b-medium”, “c-large”, to be sure that they will be processed in the right order,
  • nominal: symbolic values that are unordered
  • time: a ordered time stamp attribute. This attribute is used to define the time axis in time series,
  • imageurl: a url to an external image that can be included in the visualizations,
  • url: same idea but for any kind of url,
  • country: a code for the name of a country (geographical location that will be used in a world map visualization)
  • source, target: are used to specify a graph in your CSV file. “Source” and “Target” are nodes labels between which you want to create an edge.
  • nodenumeric, nodenominal, edgenumeric, edgenominal: these are data attributes that correspond, respectively, to properties of nodes and edges. These will only be mapped, respectively, to visual properties of nodes or edges only.

Even more details about the representation of graphs (see the demo files):

  • The use a of single CSV file to represent a graph (i.e., nodes and edges) has consequences on the VizAssist format for graphs.
  • To represent a graph, you need one “source” and one “target” attribute.
  • When the value of “source” is different from the value of “target”, then VizAssist interprets this as an edge (example: “Node0” in the source column and “Node1” in the target column means that an edge “Node0→Node1” will be created).
  • When the value of “source” is equal to the value of “target”, then VizAssist interprets this a node (example: “Node0” in the source column and “Node0” in the target column). All nodes should be represented.
  • The CSV file for a graph contains two contiguous parts: one is about the edges, and the other is about the nodes.
  • Columns of type “nodenumeric” or “nodenominal” denote the properties of the nodes.
  • Columns of type “edgenumeric” or “edgenominal” denote the properties of the edges.

About the dataset size:

  • the visualizations in D3 and in a web interface can handle only a limited number of data items,
  • the loaded dataset should not exceed a few thousands lines (but several hundred of columns seem to be possible)

Saving the visualizations (coming soon)

Once you have found a convenient visualization, you can save it in SVG format and further edit it with SVG drawing tools. This functionality is available in the “Visualize” or “Interactive Genetic Algorithm” interfaces. You can save the visualization which is enlarged on the screen.

Technically, saving a visualization is done through a window which displays the SVG code of the enlarged visualization. Then, you need to copy the SVG and paste it into a text file on your local computer. With VizAssist, we garantee that neither your data nor your visualizations are uploaded on our server.

For Google Chrome users, an SVG plugin exists (but not for other browsers, as far as we know). In a short term, we will change this and improve the saving of visualizations.

explore_your_own_dataset.1397732014.txt.gz · Last modified: 2014/04/26 21:52 (external edit)