See: Description
Interface | Description |
---|---|
IFeatureScorer |
Generates additional scores for features.
|
ILabelAssigner |
Assigns labels to base vectors obtained from the factorization.
|
Class | Description |
---|---|
ClusterBuilder |
Builds cluster labels based on the reduced term-document matrix and assigns documents
to the labels.
|
ClusterBuilderDescriptor |
Metadata and attributes of the
ClusterBuilder component. |
ClusterBuilderDescriptor.AttributeBuilder |
Attribute map builder for the
ClusterBuilder component. |
ClusterBuilderDescriptor.Attributes |
All attributes of the
ClusterBuilder component. |
ClusterBuilderDescriptor.Keys |
Constants for all attribute keys of the
ClusterBuilder component. |
LingoClusteringAlgorithm |
Lingo clustering algorithm.
|
LingoClusteringAlgorithmDescriptor |
Metadata and attributes of the
LingoClusteringAlgorithm component. |
LingoClusteringAlgorithmDescriptor.AttributeBuilder |
Attribute map builder for the
LingoClusteringAlgorithm component. |
LingoClusteringAlgorithmDescriptor.Attributes |
All attributes of the
LingoClusteringAlgorithm component. |
LingoClusteringAlgorithmDescriptor.Keys |
Constants for all attribute keys of the
LingoClusteringAlgorithm component. |
LingoProcessingContext |
Stores intermediate data required during Lingo clustering.
|
SimpleLabelAssigner |
A simple and fast label assigner.
|
SimpleLabelAssignerDescriptor |
Metadata and attributes of the
SimpleLabelAssigner component. |
SimpleLabelAssignerDescriptor.AttributeBuilder |
Attribute map builder for the
SimpleLabelAssigner component. |
SimpleLabelAssignerDescriptor.Attributes |
All attributes of the
SimpleLabelAssigner component. |
SimpleLabelAssignerDescriptor.Keys |
Constants for all attribute keys of the
SimpleLabelAssigner component. |
UniqueLabelAssigner |
Assigns unique labels to each base vector using a greedy algorithm.
|
UniqueLabelAssignerDescriptor |
Metadata and attributes of the
UniqueLabelAssigner component. |
UniqueLabelAssignerDescriptor.AttributeBuilder |
Attribute map builder for the
UniqueLabelAssigner component. |
UniqueLabelAssignerDescriptor.Attributes |
All attributes of the
UniqueLabelAssigner component. |
UniqueLabelAssignerDescriptor.Keys |
Constants for all attribute keys of the
UniqueLabelAssigner component. |
Implementation of the Lingo clustering algorithm.