|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Grid | |
|---|---|
| databionics.esom.grid | ESOM grids: A grid holds the prototype vector and defines the map space topology by the function findNeighbors. |
| databionics.esom.renderer | Global classes for visualization. |
| databionics.esom.train | Implementation of training algorithms. |
| Uses of Grid in databionics.esom.grid |
|---|
| Subclasses of Grid in databionics.esom.grid | |
|---|---|
class |
CircularGrid1D
One dimensional circle of neurons |
class |
Grid1D
One dimensional line of neurons |
class |
MatrixGrid
Abstract base class for all grid structures that can store the weight vectors in a 2D matrix. |
class |
PlanarEuclideanGrid
Planar grid with euclidean distance. |
class |
PlanarGrid
Planar grid. |
class |
PlanarManhattanGrid
Planar grid with manhattan distance. |
class |
PlanarMaxGrid
Planar grid with maximum distance. |
class |
RectangularGrid
Abstract base class for all grid structures with a rectangular shaped grid. |
class |
ToroidEuclideanGrid
Toroid grid with euclidean distance. |
class |
ToroidGrid
Toroid grid. |
class |
ToroidManhattanGrid
Toroid grid with manhattan distance. |
class |
ToroidMaxGrid
Toroid grid with maximum distance. |
class |
ToroidRectangularGrid
Abstract base class for all toroid grid structures with a rectangular shaped grid. |
| Uses of Grid in databionics.esom.renderer |
|---|
| Methods in databionics.esom.renderer with parameters of type Grid | |
|---|---|
cern.colt.matrix.DoubleMatrix2D |
Renderer.renderBackground(Grid grid)
|
void |
Renderer.setGrid(Grid v)
Set the grid of weight vectors. |
| Constructors in databionics.esom.renderer with parameters of type Grid | |
|---|---|
Renderer(Grid grid)
Constructor with weights |
|
| Uses of Grid in databionics.esom.train |
|---|
| Fields in databionics.esom.train declared as Grid | |
|---|---|
protected Grid |
SOM.grid
grid of weight vectors |
| Methods in databionics.esom.train that return Grid | |
|---|---|
Grid |
SOM.getGrid()
Get the grid of weight vectors. |
| Methods in databionics.esom.train with parameters of type Grid | |
|---|---|
void |
SOM.setGrid(Grid v)
Set the grid of weight vectors. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||