|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.core.attribute.CommonAttributes
public final class CommonAttributes
Attributes shared and inherited by many clustering algorithms. Extracted for consistency.
| Field Summary | |
|---|---|
List<Cluster> |
clusters
Clusters created by the clustering algorithm. |
List<Document> |
documents
Documents returned by the search engine/ document retrieval system or documents passed as input to the clustering algorithm. |
String |
processingResultTitle
Processing result title. |
Long |
processingTimeAlgorithm
Algorithm processing time in milliseconds. |
Long |
processingTimeSource
Data source processing time in milliseconds. |
Long |
processingTimeTotal
Total processing time in milliseconds. |
String |
query
Query to perform. |
int |
results
Maximum number of documents/ search results to fetch. |
Long |
resultsTotal
Estimated total number of matching documents. |
int |
start
Index of the first document/ search result to fetch. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int start
public int results
public String query
public Long resultsTotal
public List<Document> documents
public List<Cluster> clusters
public Long processingTimeTotal
processingTimeTotal and processingTimeAlgorithm.
public Long processingTimeSource
IDocumentSources in the chain, including the
IProcessingComponent.beforeProcessing() and
IProcessingComponent.afterProcessing() hooks.
public Long processingTimeAlgorithm
IClusteringAlgorithms in the chain, including the
IProcessingComponent.beforeProcessing() and
IProcessingComponent.afterProcessing() hooks.
public String processingResultTitle
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||