Uses of Class
databionics.esom.grid.MatrixGrid

Packages that use MatrixGrid
databionics.esom.grid ESOM grids: A grid holds the prototype vector and defines the map space topology by the function findNeighbors
 

Uses of MatrixGrid in databionics.esom.grid
 

Subclasses of MatrixGrid in databionics.esom.grid
 class CircularGrid1D
          One dimensional circle of neurons
 class Grid1D
          One dimensional line of neurons
 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.
 



Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.