org.carrot2.clustering.kmeans
Class BisectingKMeansProcessingContext

java.lang.Object
  extended by org.carrot2.clustering.kmeans.BisectingKMeansProcessingContext

public class BisectingKMeansProcessingContext
extends Object

Intermediate data structures required during k-means clustering.


Field Summary
 PreprocessingContext preprocessingContext
          Preprocessing context
 ReducedVectorSpaceModelContext reducedVsmContext
          Dimensionality-reduced vector space model
 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
Dimensionality-reduced vector space model



Copyright (c) Dawid Weiss, Stanislaw Osinski