at.tuwien.ifs.somtoolbox.apps
Class MapInterpolator
java.lang.Object
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
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 |
MapInterpolator
public MapInterpolator()
main
public static void main(String[] args)
throws SOMLibFileFormatException,
IOException
- Method for stand-alone execution of the map interpolater. Options are:
- -v vectorFileName (data), mand.
- -d data names file, mandatory
- -u unit description file, mandatory
- htmlName name of output HTML file, mandatory
- Parameters:
args
- the execution arguments as stated above.
- Throws:
SOMLibFileFormatException
IOException