org.carrot2.clustering.lingo
Class LingoClusteringAlgorithmDescriptor.Keys

java.lang.Object
  extended by org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Keys
Enclosing class:
LingoClusteringAlgorithmDescriptor

public static class LingoClusteringAlgorithmDescriptor.Keys
extends Object

Constants for all attribute keys of the LingoClusteringAlgorithm component.


Field Summary
static String CLUSTERS
          Attribute key for: LingoClusteringAlgorithm.clusters.
static String DESIRED_CLUSTER_COUNT_BASE
          Attribute key for: LingoClusteringAlgorithm.desiredClusterCountBase.
static String DOCUMENTS
          Attribute key for: LingoClusteringAlgorithm.documents.
static String QUERY
          Attribute key for: LingoClusteringAlgorithm.query.
static String SCORE_WEIGHT
          Attribute key for: LingoClusteringAlgorithm.scoreWeight.
 
Constructor Summary
protected LingoClusteringAlgorithmDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY

public static final String QUERY
Attribute key for: LingoClusteringAlgorithm.query.

See Also:
Constant Field Values

DOCUMENTS

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

See Also:
Constant Field Values

CLUSTERS

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

See Also:
Constant Field Values

SCORE_WEIGHT

public static final String SCORE_WEIGHT
Attribute key for: LingoClusteringAlgorithm.scoreWeight.

See Also:
Constant Field Values

DESIRED_CLUSTER_COUNT_BASE

public static final String DESIRED_CLUSTER_COUNT_BASE
Attribute key for: LingoClusteringAlgorithm.desiredClusterCountBase.

See Also:
Constant Field Values
Constructor Detail

LingoClusteringAlgorithmDescriptor.Keys

protected LingoClusteringAlgorithmDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski