en:ArffViewer (3.5.2)

From WekaDoc

(Redirected from en:ArffViewer (3.5.6))
Missing image
En-arffviewer_main-352.png


The ArffViewer is a little tool for viewing ARFF files in a tabular format. The advantage of this kind of display over the file representation is, that attribute name, type and data are directly associated in columns and not separated in defintion and data part. But the viewer is not only limited to viewing multiple files at once, but also provides simple editing functionality, like sorting and deleting.

Menus

The ArffViewer offers most of its functionality either through the main menu or via popups (table header and table cells).

Missing image
En-arffviewer_menu_file-352.png


Missing image
En-arffviewer_menu_edit-352.png


Missing image
En-arffviewer_menu_view-352.png


Missing image
En-arffviewer_tableheader_popup-352.png


Missing image
En-arffviewer_table_popup-352.png


File menu Edit menu View menu Table header popup Cell popup

Short description of the available menus:

  • File
    contains options for opening and closing files, as well as viewing properties about the current file.
  • Edit
    allows one to delete attributes/instances, rename attributes, choose a new class attribute, search for certain values in the data and of course undo the modifications.
  • View
    brings either the chosen attribute into view or displays all the values of an attribute.

After opening a file, by default, the column widths are optimized based on the attribute name and not the content. This is to ensure that overlong cells do not force an enormously wide table, which the user has to reduce with quite some effort.

Editing

Besides the first column, which is the instance index, all cells in the table are editable. Nominal values can be easily modified via dropdown lists, numeric values are edited directly.

Missing image
En-arffviewer_editing_nominal-352.png
Editing nominal values

For convenience, it is possible to sort the view based on a column (the underlying data is NOT changed; via Edit/Sort data one can sort the data permanently). This enables one to look for specific values, e.g., missing values. To better distinguish missing values from empty cells, the background of cells with missing values is colored grey.

Missing image
En-arffviewer_sort_view-352.png
Sorted view