at.tuwien.ifs.somtoolbox.apps.helper
Class ClassInfoFileCleaner

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.helper.ClassInfoFileCleaner

public class ClassInfoFileCleaner
extends Object

This class "cleans" a class info file, i.e. it removes from the class info file instances that are not present in the input vector. This can happen e.g. with text data, where not all input documents are used in the final map due to sparsity reasons.

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

Constructor Summary
ClassInfoFileCleaner()
           
 
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
 

Constructor Detail

ClassInfoFileCleaner

public ClassInfoFileCleaner()
Method Detail

main

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