|
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.BisectingKMeansClusteringAlgorithmDescriptor.Keys
public static class BisectingKMeansClusteringAlgorithmDescriptor.Keys
Constants for all attribute keys of the BisectingKMeansClusteringAlgorithm component.
| Field Summary | |
|---|---|
static String |
CLUSTER_COUNT
Attribute key for: BisectingKMeansClusteringAlgorithm.clusterCount. |
static String |
CLUSTERS
Attribute key for: BisectingKMeansClusteringAlgorithm.clusters. |
static String |
DOCUMENTS
Attribute key for: BisectingKMeansClusteringAlgorithm.documents. |
static String |
LABEL_COUNT
Attribute key for: BisectingKMeansClusteringAlgorithm.labelCount. |
static String |
MAX_ITERATIONS
Attribute key for: BisectingKMeansClusteringAlgorithm.maxIterations. |
static String |
PARTITION_COUNT
Attribute key for: BisectingKMeansClusteringAlgorithm.partitionCount. |
static String |
USE_DIMENSIONALITY_REDUCTION
Attribute key for: BisectingKMeansClusteringAlgorithm.useDimensionalityReduction. |
| Constructor Summary | |
|---|---|
protected |
BisectingKMeansClusteringAlgorithmDescriptor.Keys()
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DOCUMENTS
BisectingKMeansClusteringAlgorithm.documents.
public static final String CLUSTERS
BisectingKMeansClusteringAlgorithm.clusters.
public static final String CLUSTER_COUNT
BisectingKMeansClusteringAlgorithm.clusterCount.
public static final String MAX_ITERATIONS
BisectingKMeansClusteringAlgorithm.maxIterations.
public static final String USE_DIMENSIONALITY_REDUCTION
BisectingKMeansClusteringAlgorithm.useDimensionalityReduction.
public static final String PARTITION_COUNT
BisectingKMeansClusteringAlgorithm.partitionCount.
public static final String LABEL_COUNT
BisectingKMeansClusteringAlgorithm.labelCount.
| Constructor Detail |
|---|
protected BisectingKMeansClusteringAlgorithmDescriptor.Keys()
|
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 | ||||||||