Description Usage Arguments Details Value Author(s) See Also Examples
A class to hold the vantage point tree for exact nearest neighbor identification.
1 2 3 | VptreeIndex(data, nodes, order, NAMES=NULL, distance="Euclidean")
VptreeIndex_nodes(x)
|
data |
A numeric matrix with data points in columns and dimensions in rows. |
nodes |
A list of vectors specifying the structure of the VP tree. |
order |
An integer vector of length equal to |
NAMES |
A character vector of sample names or |
distance |
A string specifying the distance metric to use. |
x |
A VptreeIndex object. |
The VptreeIndex class holds the indexing structure required to run the VP tree algorithm.
Users should never need to call the constructor explicitly, but should generate instances of VptreeIndex classes with buildVptree
.
The VptreeIndex
constructor will return an instance of the VptreeIndex class.
VptreeIndex_nodes
will return the corresponding slots of x
.
Aaron Lun
1 2 | example(buildVptree)
str(VptreeIndex_nodes(out))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.