|
Lingo3G v1.5.5
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.carrotsearch.lingo3g.Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder
public static class Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder
Attribute map builder for the Lingo3GClusteringAlgorithm component. You can use this
builder as a type-safe alternative to populating the attribute map using attribute keys.
| Field Summary | |
|---|---|
Map<String,Object> |
map
The attribute map populated by this builder. |
| Constructor Summary | |
|---|---|
protected |
Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder(Map<String,Object> map)
Creates a builder backed by the provided map. |
| Method Summary | |
|---|---|
Lingo3GAttributesDescriptor.AttributeBuilder |
attributes()
Returns an attribute builder for the nested Lingo3GAttributes component, backed by the same attribute map
as the current builder. |
List<Cluster> |
clusters()
Output clusters after processing or an empty list. |
Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder |
clusters(List<Cluster> value)
Output clusters after processing or an empty list. |
Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder |
documents(List<Document> value)
Documents to cluster. |
MultilingualClusteringDescriptor.AttributeBuilder |
multilingualClustering()
Returns an attribute builder for the nested MultilingualClustering component, backed by the same attribute map
as the current builder. |
Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder |
query(String value)
Query that produced the documents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Map<String,Object> map
| Constructor Detail |
|---|
protected Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder(Map<String,Object> map)
| Method Detail |
|---|
public Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder query(String value)
Lingo3GClusteringAlgorithm.querypublic Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder documents(List<Document> value)
Lingo3GClusteringAlgorithm.documentspublic Lingo3GClusteringAlgorithmDescriptor.AttributeBuilder clusters(List<Cluster> value)
Lingo3GClusteringAlgorithm.clusterspublic List<Cluster> clusters()
Lingo3GClusteringAlgorithm.clusterspublic Lingo3GAttributesDescriptor.AttributeBuilder attributes()
Lingo3GAttributes component, backed by the same attribute map
as the current builder.
public MultilingualClusteringDescriptor.AttributeBuilder multilingualClustering()
MultilingualClustering component, backed by the same attribute map
as the current builder.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||