Uses of Package
org.hisee.core

Packages that use org.hisee.core
org.hisee.core Core projection engine of HiSee, including separate classes for each projection method. 
org.hisee.graphics The graphics package contains code for displaying the data and handling other GUI-related processes. 
 

Classes in org.hisee.core used by org.hisee.core
Dataset
          Dataset represents a set of n-dimensional points.
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").
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).
 

Classes in org.hisee.core used by org.hisee.graphics
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.
 



for more information see hisee.sourceforge.net