A C D F G H I K L M N O P R S T U

A

actionPerformed(ActionEvent) - Method in class org.hisee.graphics.GaugePanel
 
AddData - class org.hisee.core.AddData.
AddData is a set of functions for adding new datapoints to existing datasets, when a projection is being used in real-time.
AddData() - Constructor for class org.hisee.core.AddData
 
addDatapoint(double[]) - Method in class org.hisee.core.Projector
Add a datapoint to the upstairs dataset, and a corresponding point to the downstairs dataset.
addDatapoint(double[]) - Method in class org.hisee.core.Gauge
Add a new point to the dataset, using the currently selected add method.
addHi() - Method in class org.hisee.graphics.GaugePanel
Open saved low dimensional data
addItem(String, JComponent) - Method in class org.hisee.graphics.LabelledItemPanel
This method adds a labelled item to the panel.
addMethod - Variable in class org.hisee.core.Settings
 
addMethod - Variable in class org.hisee.core.Projector
 
addMethods - Static variable in class org.hisee.core.Settings
 
addNode(PNode) - Method in class org.hisee.graphics.GaugePanel
Adds a PNode (datapoint) to the gauge panel
addPoint(double[]) - Method in class org.hisee.core.Dataset
Add datapoint without checking whether it is unique or not
addPoint(double[], double) - Method in class org.hisee.core.Dataset
Add a new datapoint to the dataset
addUpstairs(File) - Method in class org.hisee.core.Projector
Add new high-d datapoints and reinitialize the datasets
autoscale() - Method in class org.hisee.graphics.GaugePanel
Scale the data so that it fits on the screen Assumes 2-d data.

C

calculateDistances() - Method in class org.hisee.core.Dataset
Calculate inter-point distancese
checkConsistentDimensions() - Method in class org.hisee.core.Dataset
Check that all the vectors in the dataset have the same dimension
checkCoordinates() - Method in class org.hisee.core.ProjectCoordinate
If the current coordinate axes are outside acceptable bounds, set them to acceptable values (currently 0 and 1).
checkDatasets() - Method in class org.hisee.core.Projector
Check validity of datasets
clear() - Method in class org.hisee.core.Dataset
Clear all data, high and low dimensional
colorPoints() - Method in class org.hisee.graphics.GaugePanel
Color every seventh point a different color; allows tracking of order
compareDatasets() - Method in class org.hisee.core.Projector
Chcek the integrity of the two datasets by checking: (1) That the low-d set is at least 2 dimensions (2) That the low d space is lower dimensional than the hi d space (3) That both datasets have the same number of points
coordinate(int, int, double[]) - Static method in class org.hisee.core.AddData
Coordinate project new points
current_file - Static variable in class org.hisee.graphics.GaugePanel
 

D

Dataset - class org.hisee.core.Dataset.
Dataset represents a set of n-dimensional points.
Dataset() - Constructor for class org.hisee.core.Dataset
 
Dataset(ArrayList) - Constructor for class org.hisee.core.Dataset
 
Dataset(int, int) - Constructor for class org.hisee.core.Dataset
 
DialogCoordinate - class org.hisee.graphics.DialogCoordinate.
DialogCoordinate is a dialog box for setting the properties of the coordinate projection algorithm
DialogCoordinate(Gauge) - Constructor for class org.hisee.graphics.DialogCoordinate
This method is the default constructor.
DialogGeneral - class org.hisee.graphics.DialogGeneral.
DialogGeneral is a dialog box for setting general Gauge properties.
DialogGeneral(GaugePanel) - Constructor for class org.hisee.graphics.DialogGeneral
This method is the default constructor.
DialogGraphics - class org.hisee.graphics.DialogGraphics.
DialogGraphics is a dialog box for setting the properties of the GUI.
DialogGraphics(GaugePanel) - Constructor for class org.hisee.graphics.DialogGraphics
This method is the default constructor.
DialogSammon - class org.hisee.graphics.DialogSammon.
DialogSammon is a dialog box for setting the properties of the Sammon mapping algorithm.
DialogSammon(Gauge) - Constructor for class org.hisee.graphics.DialogSammon
This method is the default constructor.
doubleArrayToString(double[]) - Static method in class org.hisee.core.Utils
Utility to class to convert arrays of doubles to strings.
downstairs - Variable in class org.hisee.core.Projector
 

F

fillFieldValues() - Method in class org.hisee.graphics.DialogSammon
Populate fields with current data
fillFieldValues() - Method in class org.hisee.graphics.DialogGraphics
Populate fields with current data
fillFieldValues() - Method in class org.hisee.graphics.DialogGeneral
Populate fields with current data
fillFieldValues() - Method in class org.hisee.graphics.DialogCoordinate
Populate fields with current data

G

Gauge - class org.hisee.core.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.
Gauge(boolean) - Constructor for class org.hisee.core.Gauge
Constructor
Gauge(int, int, int, int) - Constructor for class org.hisee.core.Gauge
Construct a GUI Gauge with specified frame parameters.
GaugePanel - class org.hisee.graphics.GaugePanel.
GaugePanel is the main panel in which data are displayed.
GaugePanel(Gauge, JFrame) - Constructor for class org.hisee.graphics.GaugePanel
A gauge which represents a projection of some subset of the state and parameter space of a neural network.
GaugeThread - class org.hisee.graphics.GaugeThread.
GaugeThread updates the Gauge Panel; Used for repeatedly iterating iterative projection algorithms.
GaugeThread(GaugePanel) - Constructor for class org.hisee.graphics.GaugeThread
 
getAddMethod() - Method in class org.hisee.core.Settings
 
getAddMethod() - Method in class org.hisee.core.Projector
 
getAddMethodIndex() - Method in class org.hisee.core.Projector
Indices sed in populating combo box in general dialog
getClosestDistance(double[]) - Method in class org.hisee.core.Dataset
Returns the point closest to a given point
getClosestIndex(double[]) - Method in class org.hisee.core.Dataset
Returns the index of the closest point
getComponent(int, int) - Method in class org.hisee.core.Dataset
Get a specific coordinate of a specific datapoint.
getContentPane() - Method in class org.hisee.graphics.StandardDialog
This method gets the content pane for adding components.
getCovariance(int, int) - Method in class org.hisee.core.Dataset
Returns the covariance of the ith component of the dataset with respect to the jth component
getCovarianceMatrix() - Method in class org.hisee.core.Dataset
Returns a covariance matrix for the dataset
getDataset() - Method in class org.hisee.core.Dataset
 
getDefaultDir() - Method in class org.hisee.core.Gauge
 
getDimensions() - Method in class org.hisee.core.Dataset
 
getDistance(double[], double[]) - Method in class org.hisee.core.Dataset
Returns tyhe euclidean distance between two points
getDistance(int, int) - Method in class org.hisee.core.Dataset
Get the distance between two points
getDistances() - Method in class org.hisee.core.Dataset
Returns a matrix of interpoint distances, between the points in the dataset.
getDoubles() - Method in class org.hisee.core.Dataset
Returns a matrix of double, one row for each datapoint, representing the dataset.
getDoubleStrings() - Method in class org.hisee.core.Dataset
Returns a matrix of strings, one row for each datapoint, representing the dataset.
getDownstairs() - Method in class org.hisee.core.Projector
 
getDownstairs() - Method in class org.hisee.core.Gauge
Convenience method to get downstairs dataset
getEpsilon() - Method in class org.hisee.core.Settings
 
getEpsilon() - Method in class org.hisee.core.ProjectSammon
 
getError() - Method in class org.hisee.core.Gauge
Returns error, which is only set by some projection functions
getGauge() - Method in class org.hisee.graphics.GaugePanel
 
getGlobalX() - Method in class org.hisee.graphics.PNodeDatapoint
 
getGlobalY() - Method in class org.hisee.graphics.PNodeDatapoint
 
getGp() - Method in class org.hisee.core.Gauge
 
getHi_d1() - Method in class org.hisee.core.Settings
 
getHi_d1() - Method in class org.hisee.core.ProjectCoordinate
 
getHi_d2() - Method in class org.hisee.core.Settings
 
getHi_d2() - Method in class org.hisee.core.ProjectCoordinate
 
getHotPoint() - Method in class org.hisee.graphics.GaugePanel
 
getImage(String) - Static method in class org.hisee.resource.ResourceManager
Retrieve an Image based on its file name
getImageIcon(String) - Static method in class org.hisee.resource.ResourceManager
Retrieve an ImageIcon based on its file name
getIndex() - Method in class org.hisee.graphics.PNodeDatapoint
 
getKthNearestNeighbor(int, double[]) - Method in class org.hisee.core.Dataset
Returns the k'th nearest neighbor.
getKthVariantDimension(int) - Method in class org.hisee.core.Dataset
Returns the k'th most variant dimesion.
getMaximumDistance() - Method in class org.hisee.core.Dataset
Get the maximimum interpoint distance between points in the dataset.
getMean(int) - Method in class org.hisee.core.Dataset
Returns the mean of the dataset on a given dimension
getMinimumDistance() - Method in class org.hisee.core.Dataset
Get the minimum interpoint distance between points in the dataset.
getMinimumPointSize() - Method in class org.hisee.graphics.GaugePanel
 
getName() - Method in class org.hisee.core.Gauge
 
getNumIterationsBetweenUpdate() - Method in class org.hisee.graphics.GaugePanel
 
getNumPoints() - Method in class org.hisee.core.Dataset
 
getOnOffBox() - Method in class org.hisee.graphics.GaugePanel
 
getPerturbationAmount() - Method in class org.hisee.core.Settings
 
getPerturbationAmount() - Method in class org.hisee.core.Projector
 
getPoint(int) - Method in class org.hisee.core.Dataset
Get a specificed point in the dataset
getProjector() - Method in class org.hisee.core.Gauge
 
getProjectorList() - Static method in class org.hisee.core.Gauge
 
getScale() - Method in class org.hisee.graphics.GaugePanel
 
getSumDistances() - Method in class org.hisee.core.Dataset
 
getTheSettings() - Method in class org.hisee.core.Projector
 
getTolerance() - Method in class org.hisee.core.Settings
 
getTolerance() - Method in class org.hisee.core.Projector
 
getUpstairs() - Method in class org.hisee.core.Projector
 
getUpstairs() - Method in class org.hisee.core.Gauge
Convenience method to get upstairs dataset
getValues() - Method in class org.hisee.graphics.DialogGraphics
Set projector values based on fields
getValues() - Method in class org.hisee.graphics.DialogGeneral
Set projector values based on fields
gp - Variable in class org.hisee.core.Gauge
 

H

hasUserCancelled() - Method in class org.hisee.graphics.StandardDialog
This method returns true if the User cancelled the dialog otherwise false.

I

init() - Method in class org.hisee.core.Dataset
Initialize the dataset, setting the main variables to the property values.
init(Dataset, Dataset) - Method in class org.hisee.core.ProjectSammon
Perform necessary initialization
init(Dataset, Dataset) - Method in class org.hisee.core.Projector
Initialize the projector with high and low-d data
init(Dataset, Dataset) - Method in class org.hisee.core.ProjectCoordinate
 
init(int) - Method in class org.hisee.core.Projector
Initilize a projector when only the dimension of the dataset is known
init(int) - Method in class org.hisee.core.Gauge
Initialize gauge to accept data of a specified dimension.
init(int, int) - Method in class org.hisee.core.Dataset
Re-initialize a dataset to a specific number of dimensions and number of points.
initGaugePanel() - Method in class org.hisee.graphics.GaugePanel
Initialize the graphics component.
isAutoFind() - Method in class org.hisee.core.Settings
 
isAutoFind() - Method in class org.hisee.core.ProjectCoordinate
In auto-find the projection automatically uses the most variant dimensions
isAutoZoom() - Method in class org.hisee.graphics.GaugePanel
You can turn autozoom off if you want to zoom in on data.
isColorMode() - Method in class org.hisee.graphics.GaugePanel
 
isExtendible() - Method in class org.hisee.core.ProjectSammon
 
isExtendible() - Method in class org.hisee.core.ProjectPCA
 
isExtendible() - Method in class org.hisee.core.Projector
 
isExtendible() - Method in class org.hisee.core.ProjectCoordinate
 
isIterable() - Method in class org.hisee.core.ProjectSammon
 
isIterable() - Method in class org.hisee.core.ProjectPCA
 
isIterable() - Method in class org.hisee.core.Projector
 
isIterable() - Method in class org.hisee.core.ProjectCoordinate
 
isOn() - Method in class org.hisee.core.Gauge
If the gauge is on it should actively represent changing states of the network
isRunning() - Method in class org.hisee.graphics.GaugeThread
 
isShowError() - Method in class org.hisee.graphics.GaugePanel
 
isShowStatus() - Method in class org.hisee.graphics.GaugePanel
 
isUniquePoint(double[], double) - Method in class org.hisee.core.Dataset
Check that a given point is "new", that is, that it is not already in the dataset.
isUpdateCompleted() - Method in class org.hisee.graphics.GaugePanel
Used by the thread to be sure an iteration is complete before it iterates again
isUsingGraphics() - Method in class org.hisee.core.Gauge
 
isUsingHotPoint() - Method in class org.hisee.core.Gauge
 
isUsingOnOff() - Method in class org.hisee.core.Gauge
The onOff button is only used with certain components, where the ability to add new data is important.
isValidData() - Method in class org.hisee.graphics.StandardDialog
This method is used to validate the current dialog box.
iterate() - Method in class org.hisee.core.ProjectSammon
Iterate the Sammon algorithm and return currentCloseness
iterate() - Method in class org.hisee.core.ProjectPCA
 
iterate() - Method in class org.hisee.core.Projector
Iterate, if it is iterable.
iterate() - Method in class org.hisee.core.ProjectCoordinate
 
iterate() - Method in class org.hisee.graphics.GaugePanel
Forward command to gauge; iterate the gauge one time
iterate(int) - Method in class org.hisee.core.Gauge
Iterate the dataset some fixed number of times
iterateBtn - Variable in class org.hisee.graphics.GaugePanel
 

K

KeyEventHandler - class org.hisee.graphics.KeyEventHandler.
KeyEventHandler handles key events to the GaugePanel
KeyEventHandler(GaugePanel) - Constructor for class org.hisee.graphics.KeyEventHandler
 
keyPressed(PInputEvent) - Method in class org.hisee.graphics.KeyEventHandler
 

L

LabelledItemPanel - class org.hisee.graphics.LabelledItemPanel.
LabelledItemPanel provides a panel for laying out labelled elements neatly with all the labels and elements aligned down the screen.
LabelledItemPanel() - Constructor for class org.hisee.graphics.LabelledItemPanel
This method is the default constructor.

M

main(String[]) - Static method in class org.hisee.core.Gauge
Main method
mouseDragged(PInputEvent) - Method in class org.hisee.graphics.MouseEventHandler
 
MouseEventHandler - class org.hisee.graphics.MouseEventHandler.
MouseEventHandler handles mouse events, which in HiSee are relatively limited.
MouseEventHandler(GaugePanel) - Constructor for class org.hisee.graphics.MouseEventHandler
 
mouseMoved(PInputEvent) - Method in class org.hisee.graphics.MouseEventHandler
 
mousePressed(PInputEvent) - Method in class org.hisee.graphics.MouseEventHandler
 

N

name - Variable in class org.hisee.graphics.GaugePanel
 
NN_SUBSPACE - Static variable in class org.hisee.core.Settings
 
nn_subspace(Dataset, Dataset, double[]) - Static method in class org.hisee.core.AddData
Adds new datapoint to subspace spanned by nearest-neighbors
node_list - Variable in class org.hisee.graphics.GaugePanel
 

O

openCombined() - Method in class org.hisee.graphics.GaugePanel
Opens a combined dataset, incorporating both high dimensional data and a previous projection of those data to two dimensions
openHi() - Method in class org.hisee.graphics.GaugePanel
Open saved hi dimensional data
openHighDDataset(File) - Method in class org.hisee.core.Gauge
 
openLow() - Method in class org.hisee.graphics.GaugePanel
Open saved low dimensional data
org.hisee.core - package org.hisee.core
Core projection engine of HiSee, including separate classes for each projection method.
org.hisee.graphics - package org.hisee.graphics
The graphics package contains code for displaying the data and handling other GUI-related processes.
org.hisee.resource - package org.hisee.resource
The resource package contains images used by HiSee and a helper class for accessing those images.

P

perturbationAmount - Variable in class org.hisee.core.Settings
 
perturbOverlappingPoints(double) - Method in class org.hisee.core.Dataset
Find repeated points and perturb them slightly so they don't overlap
PNodeDatapoint - class org.hisee.graphics.PNodeDatapoint.
PNodeDatapoint is a Piccolo PNode representing a (projected) point in the dataset
PNodeDatapoint(double[], int) - Constructor for class org.hisee.graphics.PNodeDatapoint
 
printDataset() - Method in class org.hisee.core.Dataset
Print out all points in the dataset Useful for debugging
project() - Method in class org.hisee.core.ProjectSammon
 
project() - Method in class org.hisee.core.ProjectPCA
 
project() - Method in class org.hisee.core.Projector
Perform operations necessay to project the data.
project() - Method in class org.hisee.core.ProjectCoordinate
 
ProjectCoordinate - class org.hisee.core.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.
ProjectCoordinate() - Constructor for class org.hisee.core.ProjectCoordinate
 
ProjectCoordinate(Settings) - Constructor for class org.hisee.core.ProjectCoordinate
 
Projector - class org.hisee.core.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").
PROJECTOR_LIST - Static variable in class org.hisee.core.Gauge
 
Projector() - Constructor for class org.hisee.core.Projector
 
ProjectPCA - class org.hisee.core.ProjectPCA.
ProjectPCA Projects the high-dimensional dataset along its two principal components to the low-d dataset.
ProjectPCA() - Constructor for class org.hisee.core.ProjectPCA
 
ProjectPCA(Settings) - Constructor for class org.hisee.core.ProjectPCA
 
ProjectSammon - class org.hisee.core.ProjectSammon.
ProjectSammon.java Implements gradient descent to compute image of Sammon projection.
ProjectSammon() - Constructor for class org.hisee.core.ProjectSammon
 
ProjectSammon(Settings) - Constructor for class org.hisee.core.ProjectSammon
 

R

randomize(int) - Method in class org.hisee.core.Dataset
Randomize dataset to a value between 0 and upperBound
readData(File) - Method in class org.hisee.core.Dataset
Read in stored dataset file
REFRESH - Static variable in class org.hisee.core.Settings
 
repaint() - Method in class org.hisee.graphics.GaugePanel
 
resetGauge() - Method in class org.hisee.graphics.GaugePanel
Reset the gauge, removing all PNodes and references to datapoints
ResourceManager - class org.hisee.resource.ResourceManager.
Helper class to provide resources (stored in the same directory) to the rest of the program
ResourceManager() - Constructor for class org.hisee.resource.ResourceManager
 
results_to_maple() - Method in class org.hisee.core.Dataset
Print out low dimensional points so maple can plot them Just does low dimension = 2
round(double, int) - Static method in class org.hisee.core.Utils
 
run() - Method in class org.hisee.graphics.GaugeThread
 

S

saveCombined() - Method in class org.hisee.graphics.GaugePanel
Save the high dimensional data and the low dimensional projectino in one dataset
saveData(File) - Method in class org.hisee.core.Dataset
Save the current datast to a stored file
saveHi() - Method in class org.hisee.graphics.GaugePanel
Save high dimensional data, for example, after data have been added to the dataset)
saveLow() - Method in class org.hisee.graphics.GaugePanel
Save low-dimensional data.
setAddMethod(String) - Method in class org.hisee.core.Settings
 
setAddMethod(String) - Method in class org.hisee.core.Projector
 
setAutoFind(boolean) - Method in class org.hisee.core.Settings
 
setAutoFind(boolean) - Method in class org.hisee.core.ProjectCoordinate
In auto-find the projection automatically uses the most variant dimensions
setAutoZoom(boolean) - Method in class org.hisee.graphics.GaugePanel
 
setBounds(int, int, int, int) - Method in class org.hisee.core.Gauge
Forwards parameters to Frame object, to set location of gauge panel
setColor(Color) - Method in class org.hisee.graphics.PNodeDatapoint
 
setColor(Color) - Method in class org.hisee.graphics.GaugePanel
Color all datapoints a specified color
setColorMode(boolean) - Method in class org.hisee.graphics.GaugePanel
 
setComponent(int, int, double) - Method in class org.hisee.core.Dataset
Set a specific coordinate of a specific datapoint.
setContentPane(Container) - Method in class org.hisee.graphics.StandardDialog
This method sets the content pane for adding components.
setCurrentProjector(Projector) - Method in class org.hisee.core.Gauge
 
setCurrentProjector(String) - Method in class org.hisee.core.Gauge
 
setDataset(ArrayList) - Method in class org.hisee.core.Dataset
 
setDefaultDir(String) - Method in class org.hisee.core.Gauge
 
setEpsilon(double) - Method in class org.hisee.core.Settings
 
setEpsilon(double) - Method in class org.hisee.core.ProjectSammon
 
setHi_d1(int) - Method in class org.hisee.core.Settings
 
setHi_d1(int) - Method in class org.hisee.core.ProjectCoordinate
 
setHi_d2(int) - Method in class org.hisee.core.Settings
 
setHi_d2(int) - Method in class org.hisee.core.ProjectCoordinate
 
setHotPoint(int) - Method in class org.hisee.graphics.GaugePanel
Set a unique datapoint to "hot" mode, which just means it is shown in a different color, to indicate (e.g.) that it is the current point in a set of points.
setMinimumPointSize(double) - Method in class org.hisee.graphics.GaugePanel
 
setName(String) - Method in class org.hisee.core.Gauge
 
setNumIterationsBetweenUpdate(int) - Method in class org.hisee.graphics.GaugePanel
 
setOn(boolean) - Method in class org.hisee.core.Gauge
Turn the gauge on and off; i.e., allow new data or not.
setPerturbationAmount(double) - Method in class org.hisee.core.Settings
 
setPerturbationAmount(double) - Method in class org.hisee.core.Projector
 
setPoint(int, double[]) - Method in class org.hisee.core.Dataset
Set a specified point in the dataset
setProjector() - Method in class org.hisee.graphics.StandardDialog
 
setProjector() - Method in class org.hisee.graphics.DialogSammon
Set projector values based on fields
setProjector() - Method in class org.hisee.graphics.DialogCoordinate
Set projector values based on fields
setProjector(String) - Method in class org.hisee.graphics.GaugePanel
Used to programatically set the projector
setRunning(boolean) - Method in class org.hisee.graphics.GaugeThread
 
setScale(double) - Method in class org.hisee.graphics.GaugePanel
 
setShowError(boolean) - Method in class org.hisee.graphics.GaugePanel
 
setShowStatus(boolean) - Method in class org.hisee.graphics.GaugePanel
 
setSize(double) - Method in class org.hisee.graphics.PNodeDatapoint
 
setSizes(double) - Method in class org.hisee.graphics.GaugePanel
Reset the sizes of all datapoint PNodes
setTheSettings(Settings) - Method in class org.hisee.core.Projector
 
Settings - class org.hisee.core.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).
Settings() - Constructor for class org.hisee.core.Settings
 
setTolerance(double) - Method in class org.hisee.core.Settings
 
setTolerance(double) - Method in class org.hisee.core.Projector
 
setUpdateCompleted(boolean) - Method in class org.hisee.graphics.GaugePanel
Used by the thread to be sure an iteration is complete before it iterates again
setUsingGraphics(boolean) - Method in class org.hisee.core.Gauge
 
setUsingHotPoint(boolean) - Method in class org.hisee.core.Gauge
Turn off "hot point" capability on or off, which sets the "current" state of some dataset to a specified color, e.g red
setUsingOnOff(boolean) - Method in class org.hisee.core.Gauge
The onOff button is only used with certain components, where the ability to add new data is important.
StandardDialog - class org.hisee.graphics.StandardDialog.
Standard Dialog implements a standard data entry dialog with "Ok" and "Cancel" buttons.
StandardDialog() - Constructor for class org.hisee.graphics.StandardDialog
This method is the default constructor.
StandardDialog(Dialog, String) - Constructor for class org.hisee.graphics.StandardDialog
This method creates a StandardDialog with the given parent dialog and title.
StandardDialog(Frame, String) - Constructor for class org.hisee.graphics.StandardDialog
This method creates a StandardDialog with the given parent frame and title.
stringArrayToDoubleArray(String[]) - Static method in class org.hisee.core.Utils
Converts an array of strings containing doubles into an array of values

T

theFrame - Variable in class org.hisee.graphics.GaugePanel
 
theSettings - Variable in class org.hisee.core.Projector
 
tolerance - Variable in class org.hisee.core.Settings
 
TRIANGULATE - Static variable in class org.hisee.core.Settings
 
triangulate(Dataset, Dataset, double[]) - Static method in class org.hisee.core.AddData
Adds a new datapoint which preserves distances to nearest neighbors

U

updateGauge() - Method in class org.hisee.graphics.GaugePanel
Update the gauge.
updateProjectionMenu() - Method in class org.hisee.graphics.GaugePanel
Manually set the currently selected projection algorithm.
updateProjector() - Method in class org.hisee.core.Gauge
Update the projector; used when loading a dataset or changing projection methods
updateToolTip(PInputEvent) - Method in class org.hisee.graphics.MouseEventHandler
 
upstairs - Variable in class org.hisee.core.Projector
 
Utils - class org.hisee.core.Utils.
Utils contains static utility classes.
Utils() - Constructor for class org.hisee.core.Utils
 

A C D F G H I K L M N O P R S T U

for more information see hisee.sourceforge.net