at.tuwien.ifs.somtoolbox.apps
Class MergedSOMDataMapper

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

public class MergedSOMDataMapper
extends Object

Maps inputs on a merged SOM. The merged SOM is trained from the weight vectors of two or more initial SOMs, e.g. by using SOMMerger. The input vectors mapped to the initial SOMs will be put on the units in the merged SOM on which the weight-vector initially representing them is merged.

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

Field Summary
private static Logger logger
           
 
Constructor Summary
MergedSOMDataMapper(String[] args)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final Logger logger
Constructor Detail

MergedSOMDataMapper

public MergedSOMDataMapper(String[] args)
                    throws IOException,
                           SOMToolboxException
Throws:
IOException
SOMToolboxException
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        SOMToolboxException
Throws:
IOException
SOMToolboxException