openThisDataSet [html format][matlab format]
This is the main function that is called when the application starts up. Based on a given data set it initializes the contents of the main data structure that will be used to generate a new connection map diagram window (image) and its associated information window (image).
createWindowDisplayWithCoords [html format][matlab format]
Called at the end of openthisDataset.m, this function creates the connection map diagram window and identifies keyPressCallBack as the function that will catch keypress events.
keyPressCallBack [html format][matlab format]
This function catches all keypress events that occur when any connection map diagram window is in focus. It is through keypresses that the user can change the exploration mode (ie: adjacency or similarity mode), or modify the view parameters, including launching a Parameter Explorer.
makeThresholdTester[html format][matlab format]
This file begins with the function which creates a Parameter Explorer window (image), (during code development, this window was called the Threshold Tester). It also contains all the functions used to modify the Parameter Explorer's display and for the user to interact with the display parameters.