Class AttrComposite

java.lang.Object
org.carrot2.attrs.AttrComposite
All Implemented Interfaces:
AcceptingVisitor
Direct Known Subclasses:
BasicPreprocessingPipeline, BisectingKMeansClusteringAlgorithm, ClusterBuilder, CompletePreprocessingPipeline, ContextLabelFilter, DefaultDictionaryImpl, DocumentAssigner, EphemeralDictionaries, IterativeMatrixFactorizationFactory, LabelFilterProcessor, LinearTfIdfTermWeighting, LingoClusteringAlgorithm, LogTfIdfTermWeighting, PartialSingularValueDecompositionFactory, SimpleLabelAssigner, STCClusteringAlgorithm, TermDocumentMatrixBuilder, TermDocumentMatrixReducer, TfTermWeighting, UniqueLabelAssigner

public abstract class AttrComposite extends Object implements AcceptingVisitor
  • Field Details

    • attributes

      protected final AttrGroup attributes
  • Constructor Details

    • AttrComposite

      public AttrComposite()
  • Method Details