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 tha same as in the clustering package!

Version:
061127
Author:
Magnus Rosell

Constructor Summary
DocumentGroupingIO(InfomatModel im)
           
 
Method Summary
 IObjectGrouping load(java.io.File file)
          Loads a DocumentGrouping from file in XML format
 IObjectGrouping loadCompressed(java.io.File file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentGroupingIO

public DocumentGroupingIO(InfomatModel im)
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)