infomat.vectorspace
Class DocumentGroupingIO
java.lang.Object
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!
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
documentGroupingNumberIter
private static int documentGroupingNumberIter
matrix
private IMatrix matrix
DocumentGroupingIO
public DocumentGroupingIO(IMatrix matrix)
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)