|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
AddData | AddData is a set of functions for adding new datapoints to existing datasets, when a projection is being used in real-time. |
Dataset | Dataset represents a set of n-dimensional points. |
Gauge | Gauge is the main class of the high dimensional visualizer, which manages both command -line and GUI interfaces, and provides methods for changing and initializing various projection algorithms. |
ProjectCoordinate | Project Coordinate is perhaps the simplest possible projection algorithm; It simply takes two specificed dimensions in the high dimensional space, and uses these as the basis for the low-dimensional space. |
Projector | Projector is a class describing a projection algorithm, which contains a high dimensional dataset (an "upstairs") and a low-dimensional projection of that high dimensional data (a "downstairs"). |
ProjectPCA | ProjectPCA Projects the high-dimensional dataset along its two principal components to the low-d dataset. |
ProjectSammon | ProjectSammon.java Implements gradient descent to compute image of Sammon projection. |
Settings | Settings stores gauge parameters which must persist when the projection algorithm is changed, but which should not be static (which must be different when different instances of the Gauge class are created). |
Utils | Utils contains static utility classes. |
Core projection engine of HiSee, including separate classes for each projection method.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |