org.carrot2.clustering.kmeans
Class BisectingKMeansClusteringAlgorithmDescriptor.Attributes

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

public static final class BisectingKMeansClusteringAlgorithmDescriptor.Attributes
extends Object

All attributes of the BisectingKMeansClusteringAlgorithm component.


Field Summary
 AttributeInfo clusterCount
           
 AttributeInfo clusters
           
 AttributeInfo documents
           
 AttributeInfo labelCount
           
 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.
 AttributeInfo maxIterations
           
 AttributeInfo partitionCount
           
 BasicPreprocessingPipelineDescriptor.Attributes preprocessingPipeline
          Attributes of the nested BasicPreprocessingPipeline component.
 AttributeInfo useDimensionalityReduction
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documents

public final AttributeInfo documents
See Also:
CommonAttributes.documents

clusters

public final AttributeInfo clusters
See Also:
CommonAttributes.clusters

clusterCount

public final AttributeInfo clusterCount

maxIterations

public final AttributeInfo maxIterations

useDimensionalityReduction

public final AttributeInfo useDimensionalityReduction

partitionCount

public final AttributeInfo partitionCount

labelCount

public final AttributeInfo labelCount

preprocessingPipeline

public final BasicPreprocessingPipelineDescriptor.Attributes preprocessingPipeline
Attributes of the nested BasicPreprocessingPipeline 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.


labelFormatter

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



Copyright (c) Dawid Weiss, Stanislaw Osinski