at.tuwien.ifs.somtoolbox.apps
Class MergedSOMDataMapper
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static final Logger logger
MergedSOMDataMapper
public MergedSOMDataMapper(String[] args)
throws IOException,
SOMToolboxException
- Throws:
IOException
SOMToolboxException
main
public static void main(String[] args)
throws IOException,
SOMToolboxException
- Throws:
IOException
SOMToolboxException