public class Cluster extends Object
Constructor and Description |
---|
Cluster(List<String> labels,
double score,
List<String> docIds) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getDocs() |
List<String> |
getLabels() |
double |
getScore() |
int |
hashCode() |
void |
setDocs(List<String> docIds) |
void |
setLabels(List<String> labels) |
void |
setScore(double score) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.