org.carrot2.clustering.stc
Class STCClusteringAlgorithmDescriptor.Attributes

java.lang.Object
  extended by org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
Enclosing class:
STCClusteringAlgorithmDescriptor

public static final class STCClusteringAlgorithmDescriptor.Attributes
extends Object

All attributes of the STCClusteringAlgorithm component.


Field Summary
 AttributeInfo clusters
           
 AttributeInfo documentCountBoost
           
 AttributeInfo documents
           
 AttributeInfo ignoreWordIfInFewerDocs
           
 AttributeInfo ignoreWordIfInHigherDocsPercent
           
 AttributeInfo maxBaseClusters
           
 AttributeInfo maxClusters
           
 AttributeInfo maxDescPhraseLength
           
 AttributeInfo maxPhraseOverlap
           
 AttributeInfo maxPhrases
           
 AttributeInfo mergeThreshold
           
 AttributeInfo minBaseClusterScore
           
 AttributeInfo minBaseClusterSize
           
 AttributeInfo mostGeneralPhraseCoverage
           
 MultilingualClusteringDescriptor.Attributes multilingualClustering
          Attributes of the nested MultilingualClustering component.
 AttributeInfo optimalPhraseLength
           
 AttributeInfo optimalPhraseLengthDev
           
 BasicPreprocessingPipelineDescriptor.Attributes preprocessingPipeline
          Attributes of the nested BasicPreprocessingPipeline component.
 AttributeInfo query
           
 AttributeInfo singleTermBoost
           
 
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

ignoreWordIfInFewerDocs

public final AttributeInfo ignoreWordIfInFewerDocs

ignoreWordIfInHigherDocsPercent

public final AttributeInfo ignoreWordIfInHigherDocsPercent

minBaseClusterScore

public final AttributeInfo minBaseClusterScore

maxBaseClusters

public final AttributeInfo maxBaseClusters

minBaseClusterSize

public final AttributeInfo minBaseClusterSize

maxClusters

public final AttributeInfo maxClusters

mergeThreshold

public final AttributeInfo mergeThreshold

maxPhraseOverlap

public final AttributeInfo maxPhraseOverlap

mostGeneralPhraseCoverage

public final AttributeInfo mostGeneralPhraseCoverage

maxDescPhraseLength

public final AttributeInfo maxDescPhraseLength

maxPhrases

public final AttributeInfo maxPhrases

singleTermBoost

public final AttributeInfo singleTermBoost

optimalPhraseLength

public final AttributeInfo optimalPhraseLength

optimalPhraseLengthDev

public final AttributeInfo optimalPhraseLengthDev

documentCountBoost

public final AttributeInfo documentCountBoost

preprocessingPipeline

public final BasicPreprocessingPipelineDescriptor.Attributes preprocessingPipeline
Attributes of the nested BasicPreprocessingPipeline component.


multilingualClustering

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



Copyright (c) Dawid Weiss, Stanislaw Osinski