|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.clustering.kmeans.BisectingKMeansProcessingContext
public class BisectingKMeansProcessingContext
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 |
|---|
public final PreprocessingContext preprocessingContext
public final VectorSpaceModelContext vsmContext
public final ReducedVectorSpaceModelContext reducedVsmContext
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||