org.carrot2.clustering.lingo
Class LingoProcessingContext

java.lang.Object
  extended by org.carrot2.clustering.lingo.LingoProcessingContext

public class LingoProcessingContext
extends Object

Stores intermediate data required during Lingo clustering.


Field Summary
 PreprocessingContext preprocessingContext
          Preprocessing context
 ReducedVectorSpaceModelContext reducedVsmContext
          Vector space model context
 VectorSpaceModelContext vsmContext
          Vector space model context
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preprocessingContext

public final PreprocessingContext preprocessingContext
Preprocessing context


vsmContext

public final VectorSpaceModelContext vsmContext
Vector space model context


reducedVsmContext

public final ReducedVectorSpaceModelContext reducedVsmContext
Vector space model context



Copyright (c) Dawid Weiss, Stanislaw Osinski