See: Description
| Class | Description |
|---|---|
| AttributeNames |
Constants for common attribute names, only for the use in Carrot2 core code.
|
| CommonAttributes |
Attributes shared and inherited by many clustering algorithms.
|
| CommonAttributesDescriptor |
Metadata and attributes of the
CommonAttributes component. |
| CommonAttributesDescriptor.AttributeBuilder |
Attribute map builder for the
CommonAttributes component. |
| CommonAttributesDescriptor.Attributes |
All attributes of the
CommonAttributes component. |
| CommonAttributesDescriptor.Keys |
Constants for all attribute keys of the
CommonAttributes component. |
| InternalAttributePredicate |
A predicate that tests whether an
AttributeDescriptor refers to an
Internal attribute. |
| Annotation Type | Description |
|---|---|
| Init |
Marks attributes that will be bound upon initialization of a Carrot2
component instance.
|
| Internal |
Denotes attributes the end-user applications may not want to display in their User
Interfaces.
|
| Processing |
Marks attributes that will be bound before and after Carrot2 component
performs processing.
|
Attribute annotations for Carrot2 core interfaces.