at.tuwien.ifs.somtoolbox.apps
Class MergedSOMDataMapper

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

public class MergedSOMDataMapper
extends java.lang.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 java.util.logging.Logger logger
           
 
Constructor Summary
MergedSOMDataMapper(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.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 java.util.logging.Logger logger
Constructor Detail

MergedSOMDataMapper

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

main

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