at.tuwien.ifs.somtoolbox.output
Class ESOMMapOutputter

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.output.ESOMMapOutputter

public class ESOMMapOutputter
extends Object

Saves a map in the ESOM format (see http://databionic-esom.sourceforge.net/user.html#File_formats)

Version:
$Id: ESOMMapOutputter.java 3590 2010-05-21 10:43:45Z mayer $
Author:
Rudolf Mayer

Constructor Summary
ESOMMapOutputter()
           
 
Method Summary
static void write(GrowingSOM gsom, InputData data, String dir, String fileName, boolean gzipped)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESOMMapOutputter

public ESOMMapOutputter()
Method Detail

write

public static void write(GrowingSOM gsom,
                         InputData data,
                         String dir,
                         String fileName,
                         boolean gzipped)
                  throws IOException,
                         SOMToolboxException
Throws:
IOException
SOMToolboxException