at.tuwien.ifs.somtoolbox.apps
Class MapInterpolator

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.MapInterpolator

public class MapInterpolator
extends Object

Interpolates a trained SOM to a higher resolution of units.
TODO: the algorithm is very coarse, maybe implement Interpolating self-organising map (iSOM) - Electronics Letters: http://ieeexplore.ieee.org/iel5/2220/17454/00807048.pdf?arnumber=807048.

Version:
$Id: MapInterpolator.java 3589 2010-05-21 10:42:01Z mayer $
Author:
Rudolf Mayer

Constructor Summary
MapInterpolator()
           
 
Method Summary
static void main(String[] args)
          Method for stand-alone execution of the map interpolater.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapInterpolator

public MapInterpolator()
Method Detail

main

public static void main(String[] args)
                 throws SOMLibFileFormatException,
                        IOException
Method for stand-alone execution of the map interpolater. Options are:

Parameters:
args - the execution arguments as stated above.
Throws:
SOMLibFileFormatException
IOException