public class Cluster extends Object
Cluster(List<String> labels, double score, List<String> docIds)
boolean
equals(Object o)
List<String>
getDocs()
getLabels()
double
getScore()
int
hashCode()
void
setDocs(List<String> docIds)
setLabels(List<String> labels)
setScore(double score)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Cluster(List<String> labels, double score, List<String> docIds)
labels
score
docIds
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public List<String> getLabels()
public void setLabels(List<String> labels)
public double getScore()
public void setScore(double score)
public List<String> getDocs()
public void setDocs(List<String> docIds)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.