|
SOMVizard documentation Public API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--som.Layer | +--som.ComponentLayer
A layer in a self-organizing map representing one feature.
Field Summary |
Fields inherited from class som.Layer |
featureName, map, surface, winnerColumn, winnerRow |
Constructor Summary | |
ComponentLayer(som.Cell[][] map,
int feature)
Create a new component layer for the given feature. |
Methods inherited from class som.Layer |
getColumns, getFeatureName, getRows, getValue, getWinnerColumn, getWinnerRow, scale, setValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ComponentLayer(som.Cell[][] map, int feature)
map
- cells of the map.feature
- index of the visualized feature.
|
SOMVizard documentation Public API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |