Menus
File
Open / Save: Open and save a world as a .xml file. When saving this way (from DataWorld window), the format is less human readable but all associated informatin about the DataWorld is saved, e.g. if iteration mode is turned on, it will be saved.
Save-As: Saves a world as a .xml file with a name specified by the user.
Import/Export .csv > Import (.csv) : Import data from a .csv file (comma separated values).
Import/Export .csv > Export (.csv) : Export data to a .csv file (comma separated values).
Close: Closes the current DataWorld.
Edit
Set rows / columns: Add number of row(s) and column(s) to DataWorld table.
Fill Values
Fill Table: Fill the entire table with a set value.
ZeroFill the Table: Fill the entire table with the zero value.
Randomize
Randomize: Randomizes selected cell(s) in the table by sampling from an uniform distribution.
Randomization Bounds: Adjusts the upper and lower limit for randomization of the data in the table.
Normalize Column(s): Adjusts the values in a column to an uniform distribution.
Shuffle Rows: Reorganizes the rows of the DataWorld table.
Iteration Mode: When DataWorld is in iteration mode, every time a network it is coupled to is iterated, the selected row moves forward. Running a coupled network thereby has the effect of iterating through the entire set of columns. This feature allows one to create a specific sequence of inputs to a network and repeatedly deliver it.
Help
Opens DataWorld's main help page.
Pop-up Menus
Insert Row: Insert a row into DataWorld above the highlighted row.
Insert Column: Insert a column into DataWorld.
Delete Row: Delete the highlighted row from DataWorld.
Delete Column: Delete the highlighted column from DataWorld.
Edit > Set Rows / Columns: See above.
Randomize: See above.
Fill Values: See above.
Send Coupling To: Sends the highlighted data to another world to be coupled. See couplings for more information.
Receive Coupling From: Receives data from another world to be coupled with the highlighted data. See couplings for more information.