SOMVizard documentation
Public API

som
Class ComponentLayer

java.lang.Object
  |
  +--som.Layer
        |
        +--som.ComponentLayer

public class ComponentLayer
extends Layer

A layer in a self-organizing map representing one feature.

Author:
Antti Kerminen

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

ComponentLayer

public ComponentLayer(som.Cell[][] map,
                      int feature)
Create a new component layer for the given feature.

Parameters:
map - cells of the map.
feature - index of the visualized feature.

SOMVizard documentation
Public API

Copyright © 2003 - All rights reserved.
Antti Kerminen