infomat.vectorspace
Class DocumentGroupingIO

java.lang.Object
  extended by infomat.vectorspace.DocumentGroupingIO

public class DocumentGroupingIO
extends java.lang.Object

For loading and saving a DocumentGrouping. This class is for my personal use. It does not correspond to anything in this Infomat-package. Not the same as in the clustering package!


Nested Class Summary
private  class DocumentGroupingIO.DocumentGroupingHandler
          Nested class to handle XML parsing.
 
Field Summary
private static int documentGroupingNumberIter
           
private  IMatrix matrix
           
 
Constructor Summary
DocumentGroupingIO(IMatrix matrix)
           
 
Method Summary
 IObjectGrouping load(java.io.File file)
          Loads a DocumentGrouping from file in XML format
private  IObjectGrouping load(org.xml.sax.InputSource source)
           
 IObjectGrouping loadCompressed(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentGroupingNumberIter

private static int documentGroupingNumberIter

matrix

private IMatrix matrix
Constructor Detail

DocumentGroupingIO

public DocumentGroupingIO(IMatrix matrix)
Method Detail

load

public IObjectGrouping load(java.io.File file)
Loads a DocumentGrouping from file in XML format


loadCompressed

public IObjectGrouping loadCompressed(java.io.File file)

load

private IObjectGrouping load(org.xml.sax.InputSource source)