Information of available knn/nn analysis results.
| name | data type | description |
|---|---|---|
| knns | array of KnnInfo | List of available knn infos. |
Example
{
"knns" : [ {
"querycount" : 12345,
"minneighborcount" : 12345,
"maxneighborcount" : 12345,
"allneighborcount" : 12345,
"querymolecules" : {
"size" : 12345,
"time" : 12345,
"description" : "...",
"absentmols" : 12345,
"absentids" : 12345,
"url" : "...",
"name" : "...",
"propnames" : [ "...", "..." ],
"props" : [ { }, { } ]
},
"targetmolecules" : {
"size" : 12345,
"time" : 12345,
"description" : "...",
"absentmols" : 12345,
"absentids" : 12345,
"url" : "...",
"name" : "...",
"propnames" : [ "...", "..." ],
"props" : [ { }, { } ]
},
"context" : "...",
"qmolsurl" : "...",
"tmolsurl" : "...",
"queryindexproj" : "...",
"targetindexproj" : "...",
"self" : true,
"mindissim" : 12345.0,
"maxdissim" : 12345.0,
"minneighborindex" : 12345,
"maxneighborindex" : 12345,
"url" : "...",
"name" : "...",
"time" : 12345
}, {
"querycount" : 12345,
"minneighborcount" : 12345,
"maxneighborcount" : 12345,
"allneighborcount" : 12345,
"querymolecules" : {
"size" : 12345,
"time" : 12345,
"description" : "...",
"absentmols" : 12345,
"absentids" : 12345,
"url" : "...",
"name" : "...",
"propnames" : [ "...", "..." ],
"props" : [ { }, { } ]
},
"targetmolecules" : {
"size" : 12345,
"time" : 12345,
"description" : "...",
"absentmols" : 12345,
"absentids" : 12345,
"url" : "...",
"name" : "...",
"propnames" : [ "...", "..." ],
"props" : [ { }, { } ]
},
"context" : "...",
"qmolsurl" : "...",
"tmolsurl" : "...",
"queryindexproj" : "...",
"targetindexproj" : "...",
"self" : true,
"mindissim" : 12345.0,
"maxdissim" : 12345.0,
"minneighborindex" : 12345,
"maxneighborindex" : 12345,
"url" : "...",
"name" : "...",
"time" : 12345
} ]
}