public static final class BisectingKMeansClusteringAlgorithmDescriptor.Attributes extends Object
BisectingKMeansClusteringAlgorithm component.| Modifier and Type | Field and Description |
|---|---|
org.carrot2.util.attribute.AttributeInfo |
clusterCount |
org.carrot2.util.attribute.AttributeInfo |
clusters |
org.carrot2.util.attribute.AttributeInfo |
documents |
org.carrot2.util.attribute.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. |
org.carrot2.util.attribute.AttributeInfo |
maxIterations |
org.carrot2.util.attribute.AttributeInfo |
partitionCount |
BasicPreprocessingPipelineDescriptor.Attributes |
preprocessingPipeline
Attributes of the nested
BasicPreprocessingPipeline component. |
org.carrot2.util.attribute.AttributeInfo |
useDimensionalityReduction |
public final org.carrot2.util.attribute.AttributeInfo documents
CommonAttributes.documentspublic final org.carrot2.util.attribute.AttributeInfo clusters
CommonAttributes.clusterspublic final org.carrot2.util.attribute.AttributeInfo clusterCount
public final org.carrot2.util.attribute.AttributeInfo maxIterations
public final org.carrot2.util.attribute.AttributeInfo useDimensionalityReduction
public final org.carrot2.util.attribute.AttributeInfo partitionCount
public final org.carrot2.util.attribute.AttributeInfo labelCount
public final BasicPreprocessingPipelineDescriptor.Attributes preprocessingPipeline
BasicPreprocessingPipeline component.public final TermDocumentMatrixBuilderDescriptor.Attributes matrixBuilder
TermDocumentMatrixBuilder component.public final TermDocumentMatrixReducerDescriptor.Attributes matrixReducer
TermDocumentMatrixReducer component.public final LabelFormatterDescriptor.Attributes labelFormatter
LabelFormatter component.