org.carrot2.clustering.lingo
Class LingoClusteringAlgorithmDescriptor.Attributes

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

public static final class LingoClusteringAlgorithmDescriptor.Attributes
extends Object

All attributes of the LingoClusteringAlgorithm component.


Field Summary
 ClusterBuilderDescriptor.Attributes clusterBuilder
          Attributes of the nested ClusterBuilder component.
 AttributeInfo clusters
           
 AttributeInfo desiredClusterCountBase
           
 AttributeInfo documents
           
 LabelFormatterDescriptor.Attributes labelFormatter
          Attributes of the nested LabelFormatter component.
 TermDocumentMatrixBuilderDescriptor.Attributes matrixBuilder
          Attributes of the nested TermDocumentMatrixBuilder component.
 TermDocumentMatrixReducerDescriptor.Attributes matrixReducer
          Attributes of the nested TermDocumentMatrixReducer component.
 MultilingualClusteringDescriptor.Attributes multilingualClustering
          Attributes of the nested MultilingualClustering component.
 CompletePreprocessingPipelineDescriptor.Attributes preprocessingPipeline
          Attributes of the nested CompletePreprocessingPipeline component.
 AttributeInfo query
           
 AttributeInfo scoreWeight
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

query

public final AttributeInfo query
See Also:
CommonAttributes.query

documents

public final AttributeInfo documents
See Also:
CommonAttributes.documents

clusters

public final AttributeInfo clusters
See Also:
CommonAttributes.clusters

scoreWeight

public final AttributeInfo scoreWeight

desiredClusterCountBase

public final AttributeInfo desiredClusterCountBase

preprocessingPipeline

public final CompletePreprocessingPipelineDescriptor.Attributes preprocessingPipeline
Attributes of the nested CompletePreprocessingPipeline component.


matrixBuilder

public final TermDocumentMatrixBuilderDescriptor.Attributes matrixBuilder
Attributes of the nested TermDocumentMatrixBuilder component.


matrixReducer

public final TermDocumentMatrixReducerDescriptor.Attributes matrixReducer
Attributes of the nested TermDocumentMatrixReducer component.


clusterBuilder

public final ClusterBuilderDescriptor.Attributes clusterBuilder
Attributes of the nested ClusterBuilder component.


labelFormatter

public final LabelFormatterDescriptor.Attributes labelFormatter
Attributes of the nested LabelFormatter component.


multilingualClustering

public final MultilingualClusteringDescriptor.Attributes multilingualClustering
Attributes of the nested MultilingualClustering component.



Copyright (c) Dawid Weiss, Stanislaw Osinski