Uses of Package
org.simbrain.gauge.core

Packages that use org.simbrain.gauge.core
org.simbrain.gauge The simbrain.gauge package contains code for creating and managing gauges, which project from arbitrary dimensional spaces to two dimensions. 
org.simbrain.gauge.core The simbrain.gauge.core package contains the logical code for gauges. 
org.simbrain.gauge.graphics The simbrain.gauge.graphics package contains the code which graphically represents gauges. 
 

Classes in org.simbrain.gauge.core used by org.simbrain.gauge
Gauge
          Gauge is the main class of the high dimensional visualizer, which provides methods for changing and initializing various projection algorithms.
 

Classes in org.simbrain.gauge.core used by org.simbrain.gauge.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.simbrain.gauge.core used by org.simbrain.gauge.graphics
Gauge
          Gauge is the main class of the high dimensional visualizer, which provides methods for changing and initializing various projection algorithms.
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).