I am using the ELKI MiniGUI to run LOF. I have found out how to normalize the data before running by -dbc.filter
, but I would like to look at the original data records and not the normalized ones in the output.
It seems that there is some flag called -normUndo
, which can be set if using the command-line, but I cannot figure out how to use it in the MiniGUI.
This functionality used to exist in ELKI, but has effectively been removed (for now).
We would of course appreciate patches that contribute such functionality to ELKI.
The easiest way is this: Add a (non-numerical) label column, and you can identify the original objects, in your original data, by this label.