public class KnnTableLabelEntry extends Object
Modifier and Type | Field and Description |
---|---|
Map<Integer,Double> |
dissimilarities
Dissimilarity of each neighbors.
|
String |
queryid
Textual ID of the query.
|
int |
queryindex
Index of the query in the kNN results.
|
int |
querymolindex
Index of the query in the query molecule table.
|
Map<Integer,String> |
targetids
Textual ID of each neighbors.
|
Map<Integer,Long> |
targetmolindices
Index of the neighbors in the targets molecule table.
|
Constructor and Description |
---|
KnnTableLabelEntry() |
public String queryid
public int queryindex
public int querymolindex