org.carrot2.clustering.kmeans
Class BisectingKMeansClusteringAlgorithmDescriptor.Keys

java.lang.Object
  extended by org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Keys
Enclosing class:
BisectingKMeansClusteringAlgorithmDescriptor

public static class BisectingKMeansClusteringAlgorithmDescriptor.Keys
extends Object

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

DOCUMENTS

public static final String DOCUMENTS
Attribute key for: BisectingKMeansClusteringAlgorithm.documents.

See Also:
Constant Field Values

CLUSTERS

public static final String CLUSTERS
Attribute key for: BisectingKMeansClusteringAlgorithm.clusters.

See Also:
Constant Field Values

CLUSTER_COUNT

public static final String CLUSTER_COUNT
Attribute key for: BisectingKMeansClusteringAlgorithm.clusterCount.

See Also:
Constant Field Values

MAX_ITERATIONS

public static final String MAX_ITERATIONS
Attribute key for: BisectingKMeansClusteringAlgorithm.maxIterations.

See Also:
Constant Field Values

USE_DIMENSIONALITY_REDUCTION

public static final String USE_DIMENSIONALITY_REDUCTION
Attribute key for: BisectingKMeansClusteringAlgorithm.useDimensionalityReduction.

See Also:
Constant Field Values

PARTITION_COUNT

public static final String PARTITION_COUNT
Attribute key for: BisectingKMeansClusteringAlgorithm.partitionCount.

See Also:
Constant Field Values

LABEL_COUNT

public static final String LABEL_COUNT
Attribute key for: BisectingKMeansClusteringAlgorithm.labelCount.

See Also:
Constant Field Values
Constructor Detail

BisectingKMeansClusteringAlgorithmDescriptor.Keys

protected BisectingKMeansClusteringAlgorithmDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski