Package org.simbrain.gauge.core

The simbrain.gauge.core package contains the logical code for gauges.

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 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).
 

Package org.simbrain.gauge.core Description

The simbrain.gauge.core package contains the logical code for gauges.