at.tuwien.ifs.somtoolbox.apps
Class MergedSOMDataMapper
java.lang.Object
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
|
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 |
logger
private static final java.util.logging.Logger logger
MergedSOMDataMapper
public MergedSOMDataMapper(java.lang.String[] args)
throws java.io.IOException,
SOMToolboxException
- Throws:
java.io.IOException
SOMToolboxException
main
public static void main(java.lang.String[] args)
throws java.io.IOException,
SOMToolboxException
- Throws:
java.io.IOException
SOMToolboxException