SOMVizard documentation
Public API
A B C D E F G H I L M N O P R S T U V W

A

action(Event, Object) - Method in class som.LaunchButton
 
actionPerformed(ActionEvent) - Method in class som.SOMVizard.ViewListener
 
add(FVector) - Method in class som.FVector
Add a vector to this vector.
addSliderListener(AdjustmentListener) - Method in class som.FeatureSelector
 
annotations - Variable in class som.MapView
 
AREAS - Static variable in class som.MapView
 
average() - Method in class som.AverageLayer
Calculate the average match of neighbouring cells.
average() - Method in class som.HexaAverageLayer
Calculate the average match of neighbouring cells.
average() - Method in class som.RectAverageLayer
Calculate the average match of neighbouring cells.
AverageLayer - class som.AverageLayer.
Average layer in a self-organizing map.
AverageLayer(Cell[][]) - Constructor for class som.AverageLayer
Create a new avegare layer for the given map.
AverageLayer(Cell[][], String) - Constructor for class som.AverageLayer
Create a new average layer for the given map and feature name.

B

baseURL - Variable in class som.LaunchButton
 
buildAnnotationsMenu() - Method in class som.SOMVizard
 
buildMenuBar() - Method in class som.SOMVizard
Build menu bar for this frame.
buildMILabels() - Method in class som.SOMVizard
 
buildPrintMenu() - Method in class som.SOMVizard
 
buildSettingsMenu() - Method in class som.SOMVizard
 
buildViewMenu() - Method in class som.SOMVizard
 
button - Variable in class som.LaunchButton
 
buttonText - Variable in class som.LaunchButton
 

C

c - Variable in class som.MapView
 
CATEGORY_SELECTED - Static variable in class som.MapView
Majority labels plus frequency labels for the selected cell.
CategoryLayer - class som.CategoryLayer.
A layer fof visualizing the distribution of a single label over the map.
CategoryLayer(Cell[][], String) - Constructor for class som.CategoryLayer
Create a new category layer.
cell - Variable in class som.SelectionInfo
The selected cell.
Cell - class som.Cell.
A cell in a self-organizing map.
Cell(FVectorGroup) - Constructor for class som.Cell
Create a new cell.
cellHeight - Variable in class som.MapView
 
cellInfoFileName - Variable in class som.SOMVizard
 
cellWidth - Variable in class som.MapView
 
checkPanel - Variable in class som.SOMVizard
 
clusterView - Variable in class som.SOMVizard
 
cmdBigger - Static variable in class som.SOMVizard
 
cmdBold - Static variable in class som.SOMVizard
 
cmdCategorySelected - Static variable in class som.SOMVizard
 
cmdCellInfo - Static variable in class som.SOMVizard
 
cmdClusters - Static variable in class som.SOMVizard
 
cmdDecHorizontal - Static variable in class som.SOMVizard
 
cmdDecVertical - Static variable in class som.SOMVizard
 
cmdFreqLabels - Static variable in class som.SOMVizard
 
cmdHits - Static variable in class som.SOMVizard
 
cmdIncHorizontal - Static variable in class som.SOMVizard
 
cmdIncVertical - Static variable in class som.SOMVizard
 
cmdItalic - Static variable in class som.SOMVizard
 
cmdLabel - Static variable in class som.SOMVizard
 
cmdLabelFreqs - Static variable in class som.SOMVizard
 
cmdLabels - Static variable in class som.SOMVizard
 
cmdMajority - Static variable in class som.SOMVizard
 
cmdMixed - Static variable in class som.SOMVizard
 
cmdMonospaced - Static variable in class som.SOMVizard
 
cmdPlain - Static variable in class som.SOMVizard
 
cmdSansSerif - Static variable in class som.SOMVizard
 
cmdSelected - Static variable in class som.SOMVizard
 
cmdSerif - Static variable in class som.SOMVizard
 
cmdSingle - Static variable in class som.SOMVizard
 
cmdSmaller - Static variable in class som.SOMVizard
 
cmdWinner - Static variable in class som.SOMVizard
 
CMYColor - class som.CMYColor.
A color in the CMY model.
CMYColor(Color) - Constructor for class som.CMYColor
Create a new CMY color from a RGB color.
CMYColor(float, float, float) - Constructor for class som.CMYColor
Create a new CMY color.
CMYColor(int, int, int) - Constructor for class som.CMYColor
Create a new CMY color.
col - Variable in class som.SelectionInfo
Column of the selected cell.
coloringScheme - Variable in class som.MapView
 
ColorSpot - class som.ColorSpot.
A square color spot.
ColorSpot(Color) - Constructor for class som.ColorSpot
Create a new color spot with the givan color.
colorSpots - Variable in class som.SOMVizard
 
colorTable - Static variable in class som.MapView
 
columns - Variable in class som.MapView
 
ComparableLayer - class som.ComparableLayer.
Layer comparable with a feature vector.
ComparableLayer(Cell[][]) - Constructor for class som.ComparableLayer
 
ComparableLayer(Cell[][], String) - Constructor for class som.ComparableLayer
 
compare(FVector) - Method in class som.ComparableLayer
Match the given feature vector to the map.
ComponentLayer - class som.ComponentLayer.
A layer in a self-organizing map representing one feature.
ComponentLayer(Cell[][], int) - Constructor for class som.ComponentLayer
Create a new component layer for the given feature.
compVector - Variable in class som.MapView
 
createViewListener() - Method in class som.SOMVizard
 
createWindow() - Method in class som.LaunchButton
 
currentLayer - Variable in class som.SOMVizard
 

D

data - Variable in class som.SOMVizard
 
Data - class som.Data.
Data accessible from the map.
Data() - Constructor for class som.Data
 
Data(InputStream) - Constructor for class som.Data
 
dataDialog - Variable in class som.SOMVizard
 
DataDialog - class som.DataDialog.
Shows data in a separate dialog window.
DataDialog(Frame, Data) - Constructor for class som.DataDialog
Construct a new data dialog for browser.
dataInput - Variable in class som.LaunchButton
 
Debug - class som.Debug.
Class for global debug constant.
DEBUG - Static variable in class som.Debug
Turn debug messages and checks on/off globally.
DEBUG - Static variable in class som.LaunchButton
 
Debug() - Constructor for class som.Debug
 
decHorizontalBorders() - Method in class som.MapView
Decrease horizontal borders.
decLeftBorder() - Method in class som.MapView
Decrease left border.
decLowerBorder() - Method in class som.MapView
Decrease lower border.
decRightBorder() - Method in class som.MapView
Decrease right border.
decUpperBorder() - Method in class som.MapView
Decrease upper border.
decVerticalBorders() - Method in class som.MapView
Decrease vertical borders.
defaultVector - Variable in class som.SOMVizard
 
DIFFERENCE - Static variable in class som.ComparableLayer
 
difference(FVector) - Method in class som.FVector
Calculate an ad hoc difference measure.
difference(FVector, FVector) - Method in class som.ComparableLayer
Return the difference between two feature vectors.
dimension() - Method in class som.FVector
Get the dimensionality of this vector.
dimensionality() - Method in class som.FVectorGroup
Get dimensionality.
dir - Variable in class som.LaunchButton
 
DISTANCE - Static variable in class som.ComparableLayer
 
distance(FVector) - Method in class som.FVector
Calculate the Euclidian distance to another vector.
DOT_PRODUCT - Static variable in class som.ComparableLayer
 
dotProduct(FVector) - Method in class som.FVector
Calculate the dot product between this and another vector.
drawLabels(Graphics) - Method in class som.HexaMapView
Draw data labels to map.
drawLabels(Graphics) - Method in class som.MapView
Draw data labels to map.
drawLabels(Graphics) - Method in class som.RectMapView
Draw data labels to map.
drawMap(Graphics) - Method in class som.HexaMapView
Draw the map to the given graphics context.
drawMap(Graphics) - Method in class som.MapView
Draw the map to the given graphics context.
drawMap(Graphics) - Method in class som.RectMapView
Draw the map to the given graphics context.
drawWinner(Graphics) - Method in class som.HexaMapView
Draw name for the winning cell.
drawWinner(Graphics) - Method in class som.MapView
Draw name for the winning cell.
drawWinner(Graphics) - Method in class som.RectMapView
Draw name for the winning cell.

E

error(String) - Method in class som.SOMVizard
Show error message.

F

fChecks - Variable in class som.SOMVizard
 
featureName - Variable in class som.Layer
The name of the feature the surface represents.
featurePane - Variable in class som.SOMVizard
 
featurePanel - Variable in class som.SOMVizard
 
FeatureSelector - class som.FeatureSelector.
A selector for setting value for a single feature.
FeatureSelector(int, String, Color) - Constructor for class som.FeatureSelector
Create a new feature selector.
find(int) - Method in class som.Data
Find the data entry with specified key.
font - Variable in class som.MapView
 
fontName - Variable in class som.MapView
 
fontSize - Variable in class som.MapView
 
fontStyle - Variable in class som.MapView
 
frameNumber - Variable in class som.LaunchButton
 
FREQ_LABELS - Static variable in class som.MapView
Distinct labels with frequencies are shown in the map.
fSliders - Variable in class som.SOMVizard
 
fVector - Variable in class som.SOMVizard
 
FVector - class som.FVector.
A feature vector.
FVector(FVectorGroup) - Constructor for class som.FVector
Construct a new feature vector in the given group.
FVector(int) - Constructor for class som.FVector
Construct a new feature vector with the given length.
FVector(String) - Constructor for class som.FVector
Construct a new feature vector from a string representation.
FVector(String, int) - Constructor for class som.FVector
Construct a new feature vector from a string representation with the length of the vector known.
FVectorGroup - class som.FVectorGroup.
A feature vector group which shares common dimensionality and feature names.
FVectorGroup(int) - Constructor for class som.FVectorGroup
Construct a new feature group.
FVectorGroup(String[]) - Constructor for class som.FVectorGroup
Construct a new feature group.

G

getAllLabels() - Method in class som.Map
Returns all different labels on the map.
getAnnotations(Cell) - Method in class som.MapView
Get annotations for a cell.
getAnnotationsColor(int, int) - Method in class som.MapView
Get the drawing color for annotations for a cell.
getAverage() - Method in class som.Map
Get the average layer.
getBestMatch(Vector) - Method in class som.Cell
Return the closest cell from a list of cells.
getBoundingBox() - Method in class som.MapView
Get the bounding box around selected cells.
getBoundingBox(int, int) - Method in class som.MapView
Get the bounding box around cell in coordinates (x, y).
getCategory() - Method in class som.Cell
Get the category label.
getCell(int, int) - Method in class som.Map
Get the cell at given row and column.
getCell(int, int) - Method in class som.MapView
Get cell in screen coordinates (x, y).
getColor() - Method in class som.CMYColor
Get the RGB color representation of this color.
getColor(float) - Method in class som.GradientColor
Get a color with given intensity [0, 1].
getColumns() - Method in class som.Layer
 
getColumns() - Method in class som.Map
Get the number of columns in the map.
getDrawingColor(int, int) - Method in class som.MapView
Return the drawing color for a cell.
getFeatureCount() - Method in class som.Map
Gets the number of features.
getFeatureName() - Method in class som.Layer
 
getFeatureName(int) - Method in class som.Map
Gets the name of the feature with the given index.
getFNames() - Method in class som.FVectorGroup
Get feature names.
getFontSize() - Method in class som.MapView
Get font size.
getFreq(String) - Method in class som.Cell
Get the frequency of given label in this cell.
getFreqLabels() - Method in class som.Cell
Get distinct labels marked with their frequecies.
getFVector() - Method in class som.Cell
Get the feature vector.
getHitCount() - Method in class som.Cell
Get number of labels.
getLabels() - Method in class som.Cell
Get labels mapped to this cell.
getLabels(int, int) - Method in class som.Labeling
 
getLayer(FVector) - Method in class som.Map
Get the response (activation) levels of cells to the given vector.
getLayer(int) - Method in class som.Map
Get the layer for the given feature.
getLayer(String) - Method in class som.Map
Get layer for label's frequencies.
getLayer(Vector) - Method in class som.Map
Get layer numbered with regions that are associated with given list of cells.
getMajority() - Method in class som.Cell
Get the majority label.
getMapCursor() - Method in class som.HexaMapView
Get the map cursor as a polygon.
getMapCursor() - Method in class som.MapView
Get the cursor's shape as a polygon.
getMapCursor() - Method in class som.RectMapView
 
getMidPoint(int, int) - Method in class som.MapView
Get mid point for cell in given row and column.
getMinimumSize() - Method in class som.ColorSpot
 
getMixedColor(int, int) - Method in class som.MapView
Get mixed color for cell.
getNormalizedLabels() - Method in class som.Cell
 
getPreferredSize() - Method in class som.ColorSpot
 
getProb(String) - Method in class som.Cell
Get probability of given category in this cell.
getRows() - Method in class som.Layer
 
getRows() - Method in class som.Map
Get the number of rows in the map.
getSelectedCell() - Method in class som.MapView
Get the selected cell.
getSelectedCells() - Method in class som.MapView
Get all selected cells after setting the selection mode to SELECTION_START.
getShades() - Method in class som.GradientColor
Get the maximum number of shades.
getTopology() - Method in class som.Map
Get the topology of the map.
getValue(int) - Method in class som.FVector
Get the value of an element.
getValue(int, int) - Method in class som.Layer
Get a value in the surface.
getWinnerColumn() - Method in class som.Layer
 
getWinnerRow() - Method in class som.Layer
 
GradientColor - class som.GradientColor.
A color with smooth shades.
GradientColor(int, int, int) - Constructor for class som.GradientColor
Create a new color with given proportions of red, green, and blue.

H

halfHeight - Variable in class som.MapView
 
halfHeight() - Method in class som.Hexagon
Get half of the height.
halfWidth - Variable in class som.MapView
 
halfWidth() - Method in class som.Hexagon
Get half of the width.
height - Variable in class som.MapView
 
height() - Method in class som.Hexagon
Get the height.
HEXA - Static variable in class som.Map
Hexagonal map.
HexaAverageLayer - class som.HexaAverageLayer.
Average layer for hexagonal maps.
HexaAverageLayer(Cell[][]) - Constructor for class som.HexaAverageLayer
Construct a new average layer for hexagonal maps.
HexaAverageLayer(Cell[][], String) - Constructor for class som.HexaAverageLayer
Create a new average layer for hexagonal maps.
Hexagon - class som.Hexagon.
A hexagon.
Hexagon(int, int, double) - Constructor for class som.Hexagon
Create a new hexagon.
Hexagon(Point, double) - Constructor for class som.Hexagon
Create a new hexagon.
HexaMapView - class som.HexaMapView.
A view of a hexagonal map.
HexaMapView(Map) - Constructor for class som.HexaMapView
Construct a new view for hexagonal maps.
HITS - Static variable in class som.MapView
The hit count for each cell is shown in the map.

I

incHorizontalBorders() - Method in class som.MapView
Increase horizontal borders.
incLeftBorder() - Method in class som.MapView
Increase left border.
incLowerBorder() - Method in class som.MapView
Increase lower border.
incRightBorder() - Method in class som.MapView
Increase right border.
incUpperBorder() - Method in class som.MapView
Increase upper border.
incVerticalBorders() - Method in class som.MapView
Increase vertical borders.
init() - Method in class som.LaunchButton
 
initLabels(int) - Method in class som.Cell
Initialize labels.
isMapCell(int, int) - Method in class som.MapView
Check if the given location maps to a cell in the map.

L

label - Variable in class som.LaunchButton
 
Labeling - class som.Labeling.
Labeling for self-organizing map.
Labeling(Map) - Constructor for class som.Labeling
 
LABELS - Static variable in class som.MapView
All the data labels are shown in the map.
labels2data(String[]) - Method in class som.Data
Get the data lines associated with labels.
LaunchButton - class som.LaunchButton.
Applet for opening SOMVizard frames from a HTML-page.
LaunchButton() - Constructor for class som.LaunchButton
 
layer - Variable in class som.MapView
The current layer to be viewed.
Layer - class som.Layer.
One layer in SOM.
Layer() - Constructor for class som.Layer
Create a new layer.
Layer(Cell[][]) - Constructor for class som.Layer
Create a new layer with given cells.
Layer(Cell[][], String) - Constructor for class som.Layer
Create a new map with given cells and feature name.
layout - Variable in class som.SOMVizard
 
leftBorder - Variable in class som.MapView
 
length() - Method in class som.FVector
Calculate the geometric length of this vector.
lowerBorder - Variable in class som.MapView
 

M

main(String[]) - Static method in class som.Cell
A test driver.
main(String[]) - Static method in class som.Data
A test driver.
main(String[]) - Static method in class som.FVector
A test driver.
main(String[]) - Static method in class som.Hexagon
A test driver.
main(String[]) - Static method in class som.Map
A test driver.
main(String[]) - Static method in class som.SOMVizard
Main method for a stand-alone application.
MAJORITY - Static variable in class som.MapView
Majority label is shown in the map.
map - Variable in class som.Layer
Cells in the SOM.
map - Variable in class som.MapView
The map to be viewed.
map - Variable in class som.SOMVizard
 
Map - class som.Map.
A self-organizing feature map.
Map(InputStream) - Constructor for class som.Map
Constructs a new map from the input stream.
MapFormatException - exception som.MapFormatException.
Indicates an illegal map format while parsing.
MapFormatException() - Constructor for class som.MapFormatException
Create a new map format exception.
MapFormatException(String) - Constructor for class som.MapFormatException
Create a new map format exception with a message to the user.
mapInput - Variable in class som.LaunchButton
 
MapTokenizer - class som.MapTokenizer.
A stream tokenizer for map files.
MapTokenizer(InputStream) - Constructor for class som.MapTokenizer
Create a new map tokenizer.
mapView - Variable in class som.SOMVizard
 
MapView - class som.MapView.
A view to a SOM.
MapView(Map) - Constructor for class som.MapView
Create a new map view for the given map.
maxContrast(double, double) - Method in class som.ComparableLayer
Scale the surface to the range [0, 1].
maxScale - Variable in class som.MapView
 
maxValue() - Method in class som.ComparableLayer
Find the maximum value in the surface.
minScale - Variable in class som.MapView
 
minValue() - Method in class som.ComparableLayer
Find the minimum value in the surface.
MIX - Static variable in class som.MapView
 
mix(CMYColor) - Method in class som.CMYColor
Mix this color with the given color.
modelVector - Variable in class som.SOMVizard
 

N

nextToken() - Method in class som.MapTokenizer
Parse the next token from the stream.
normalize() - Method in class som.FVector
Normalize the length of the vector to 1.
nval - Variable in class som.MapTokenizer
Value of a numeric token.

O

openStreams() - Method in class som.LaunchButton
 

P

paint(Graphics) - Method in class som.ColorSpot
 
paint(Graphics) - Method in class som.MapView
 
paneLayout - Variable in class som.SOMVizard
 
pFeature - Variable in class som.SOMVizard
 
pix2map(int, int) - Method in class som.HexaMapView
Transform window pixels to map coordinates.
pix2map(int, int) - Method in class som.MapView
Translate pixel coordinates to map coordinates.
pix2map(int, int) - Method in class som.RectMapView
 
pleaseCreate - Variable in class som.LaunchButton
 
pMap - Variable in class som.SOMVizard
 
pushBack() - Method in class som.MapTokenizer
Push the last token back to stream.

R

radius - Variable in class som.HexaMapView
 
radiusForHeight(int) - Static method in class som.Hexagon
Get the radius for a hexagon with the given height.
radiusForWidth(int) - Static method in class som.Hexagon
Get the radius for a hexagon with the given width.
RECT - Static variable in class som.Map
Rectangular map.
RectAverageLayer - class som.RectAverageLayer.
Average layer for rectangular maps.
RectAverageLayer(Cell[][]) - Constructor for class som.RectAverageLayer
Construct a new average layer for rectangular maps.
RectAverageLayer(Cell[][], String) - Constructor for class som.RectAverageLayer
Construct a new average layer for rectangular maps.
RectMapView - class som.RectMapView.
A view of rectangular map.
RectMapView(Map) - Constructor for class som.RectMapView
Construct a new view for rectangular maps.
requestedHeight - Variable in class som.LaunchButton
 
requestedWidth - Variable in class som.LaunchButton
 
resizePane(ScrollPane, Panel) - Method in class som.SOMVizard
Resize scroll pane width so that panel fits in it.
reverseColoring - Variable in class som.MapView
 
rightBorder - Variable in class som.MapView
 
row - Variable in class som.SelectionInfo
Row of the selected cell.
rowHeight - Variable in class som.HexaMapView
 
rows - Variable in class som.MapView
 
run() - Method in class som.LaunchButton
 

S

scale(double) - Method in class som.Hexagon
Scale this hexagon.
scale(double) - Method in class som.Layer
 
scaleFactor - Variable in class som.MapView
 
SELECTED - Static variable in class som.MapView
Frequency labels from the selected cell are shown in the map.
selectedCell - Variable in class som.MapView
 
selectedCellColumn - Variable in class som.MapView
 
selectedCellRow - Variable in class som.MapView
 
selectedCells - Variable in class som.MapView
 
selection - Variable in class som.MapView
 
SELECTION_END - Static variable in class som.MapView
 
SELECTION_SELECT - Static variable in class som.MapView
 
SELECTION_START - Static variable in class som.MapView
 
SelectionInfo - class som.SelectionInfo.
Information about the selected cell.
SelectionInfo() - Constructor for class som.SelectionInfo
Create new selection information.
SelectionInfo(Cell, int, int) - Constructor for class som.SelectionInfo
Create new selection information with given parameters.
setAll() - Method in class som.FVector
Set all values to 1.
setAnnotations(int) - Method in class som.MapView
Set the annotations scheme.
setCell(Cell) - Method in class som.DataDialog
Set the cell whose data is shown.
setColor(Color) - Method in class som.ColorSpot
Set the color.
setColoringScheme(int) - Method in class som.MapView
Set the coloring scheme.
setColorSpots() - Method in class som.SOMVizard
Set color spots to reflect selected cell's model vector.
setDifference(int) - Method in class som.ComparableLayer
Set the method for calculating the difference of two vector.
setFontName(String) - Method in class som.MapView
Set font name.
setFontSize(int) - Method in class som.MapView
Set font size.
setFontStyle(int) - Method in class som.MapView
Set font style.
setFVecValue(int, double) - Method in class som.Cell
Set value in model feature vector.
setGradientColor(int) - Method in class som.MapView
Set the drawing color for the map.
setLabel(int, String) - Method in class som.Cell
Set label.
setLabels(int, int, String[]) - Method in class som.Labeling
 
setLayer(FVector) - Method in class som.MapView
Set the layer to be viewed.
setLayer(int) - Method in class som.MapView
Set the layer to be viewed.
setLayer(Layer) - Method in class som.MapView
Set the layer to be viewed.
setMinimumSize(int) - Method in class som.ColorSpot
 
setReverseColoring(boolean) - Method in class som.MapView
Set reverse coloring.
setSelectedCell(int, int) - Method in class som.MapView
Select the cell at pixel (x, y).
setSelection(int) - Method in class som.MapView
Set the selection mode.
setSlider(boolean) - Method in class som.FeatureSelector
Set the slider to an extreme value.
setSpotColor(float) - Method in class som.FeatureSelector
Set the color spot to the given shade of the color.
setUnit(int) - Method in class som.FVector
Set vector as unit vector.
setUseSizes(boolean) - Method in class som.MapView
Set using the size of the cell to represent the distance to its heighbours.
setValue(int, double) - Method in class som.FVector
Set the value of an element.
setValue(int, int, double) - Method in class som.Layer
Set a value in the specified location in the surface.
setValueLabel(int) - Method in class som.FeatureSelector
Set the value of the value label.
SINGLE - Static variable in class som.MapView
 
sliderPanel - Variable in class som.SOMVizard
 
som - package som
 
SOMVizard - class som.SOMVizard.
Interactive self-organizing map visualizer.
SOMVizard.ViewListener - class som.SOMVizard.ViewListener.
Listener for view menu.
SOMVizard.ViewListener() - Constructor for class som.SOMVizard.ViewListener
 
SOMVizard() - Constructor for class som.SOMVizard
 
SOMVizard(InputStream, InputStream) - Constructor for class som.SOMVizard
Construct a new SOM visualizer.
start() - Method in class som.LaunchButton
 
surface - Variable in class som.Layer
The surface.
sval - Variable in class som.MapTokenizer
Value of a string token.

T

toggleUseSizes() - Method in class som.MapView
Toggle using the size of the cell to represent the distance to its heighbours.
toString() - Method in class som.Cell
Return a string representing this object.
toString() - Method in class som.FVector
Return the string representation of this object.
toString() - Method in class som.Hexagon
Return to string pepresentation of this object.
toString() - Method in class som.Layer
 
TT_EOF - Static variable in class som.MapTokenizer
Token of type 'end of file'.
TT_EOL - Static variable in class som.MapTokenizer
Token of type 'end of line'.
TT_NUMBER - Static variable in class som.MapTokenizer
Token of type number.
TT_WORD - Static variable in class som.MapTokenizer
Token of type word.
ttype - Variable in class som.MapTokenizer
Type of the token.

U

update(Graphics) - Method in class som.ColorSpot
 
update(Graphics) - Method in class som.MapView
 
upperBorder - Variable in class som.MapView
 
useSizes - Variable in class som.MapView
 

V

vector - Variable in class som.FVector
Elements of the feature vector.

W

width - Variable in class som.MapView
 
width() - Method in class som.Hexagon
Get the width.
windowThread - Variable in class som.LaunchButton
 
windowTitle - Variable in class som.LaunchButton
 
WINNER - Static variable in class som.MapView
The BMU is shown in the map.
winnerColumn - Variable in class som.Layer
Column of the BMU.
winnerRow - Variable in class som.Layer
Row of the BMU.

A B C D E F G H I L M N O P R S T U V W
SOMVizard documentation
Public API

Copyright © 2003 - All rights reserved.
Antti Kerminen