public class KnnTableLabelEntry extends Object
| Modifier and Type | Field and Description | 
|---|---|
| Map<Integer,Double> | dissimilaritiesDissimilarity of each neighbors. | 
| String | queryidTextual ID of the query. | 
| int | queryindexIndex of the query in the kNN results. | 
| int | querymolindexIndex of the query in the query molecule table. | 
| Map<Integer,String> | targetidsTextual ID of each neighbors. | 
| Map<Integer,Long> | targetmolindicesIndex of the neighbors in the targets molecule table. | 
| Constructor and Description | 
|---|
| KnnTableLabelEntry() | 
public String queryid
public int queryindex
public int querymolindex