Modifier and Type | Field and Description |
---|---|
int |
allneighborcount
All neighbor count stored.
|
String |
context
Associated context description.
|
int |
k
Deprecated.
Use
maxneighborcount |
double |
maxdissim
Upper bound of dissimilarity values.
|
int |
maxneighborcount
Maximal neighbor count stored.
|
int |
maxneighborindex
Upper bound of neighbor indices.
|
double |
mindissim
Lower bound of dissimilarity values.
|
int |
minneighborcount
Minimal neighbor count stored.
|
int |
minneighborindex
Lower bound of neighbor indices.
|
String |
name
Name of the knn data.
|
String |
qmolsurl
URL of query molecules.
|
int |
querycount
Number of queries.
|
String |
queryindexproj
Index projector used for querues.
|
MoleculeSetInfo |
querymolecules
Description of query molecules.
|
boolean |
self
true when self overlap results are represented.
|
String |
targetindexproj
Index projector used for targets.
|
MoleculeSetInfo |
targetmolecules
Description of target molecules.
|
long |
time
Associated elapsed time in milliseconds.
|
String |
tmolsurl
URL of target molecules.
|
String |
url
URL of the knn data.
|
Constructor and Description |
---|
KnnInfo() |
public int querycount
NnResults.getQueryCount()
@Deprecated public int k
maxneighborcount
public int minneighborcount
KnnResults.getMinNeighborCount()
public int maxneighborcount
KnnResults.getMaxNeighborCount()
public int allneighborcount
KnnResults.getAllNeighborCount()
public MoleculeSetInfo querymolecules
public MoleculeSetInfo targetmolecules
public String context
public String qmolsurl
public String tmolsurl
qmolsurl
.public String queryindexproj
public String targetindexproj
public boolean self
public double mindissim
NnResults.getMinDissimilarity()
public double maxdissim
NnResults.getMaxDissimilarity()
public int minneighborindex
NnResults.getMinNeighborIndex()
public int maxneighborindex
NnResults.getMaxNeighborIndex()
public String url
public String name
public long time