#include <NearestNeighbors.h>
◆ Distance
◆ Neighbor
◆ Value
◆ NearestNeighbors()
rl::plan::NearestNeighbors::NearestNeighbors |
( |
const bool & |
transformed | ) |
|
◆ ~NearestNeighbors()
rl::plan::NearestNeighbors::~NearestNeighbors |
( |
| ) |
|
|
virtual |
◆ clear()
virtual void rl::plan::NearestNeighbors::clear |
( |
| ) |
|
|
pure virtual |
◆ empty()
virtual bool rl::plan::NearestNeighbors::empty |
( |
| ) |
const |
|
pure virtual |
◆ isTransformedDistance()
bool rl::plan::NearestNeighbors::isTransformedDistance |
( |
| ) |
const |
◆ nearest()
virtual ::std::vector<Neighbor> rl::plan::NearestNeighbors::nearest |
( |
const Value & |
query, |
|
|
const ::std::size_t & |
k, |
|
|
const bool & |
sorted = true |
|
) |
| const |
|
pure virtual |
◆ push()
virtual void rl::plan::NearestNeighbors::push |
( |
const Value & |
value | ) |
|
|
pure virtual |
◆ size()
virtual ::std::size_t rl::plan::NearestNeighbors::size |
( |
| ) |
const |
|
pure virtual |
◆ transformed
bool rl::plan::NearestNeighbors::transformed |
|
private |
The documentation for this class was generated from the following files: