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