|
Robotics Library
0.7.0
|
Go to the documentation of this file.
27 #ifndef RL_PLAN_LINEARNEARESTNEIGHBORS_H
28 #define RL_PLAN_LINEARNEARESTNEIGHBORS_H
55 ::std::size_t
size()
const;
65 #endif // RL_PLAN_LINEARNEARESTNEIGHBORS_H
void clear()
Definition: LinearNearestNeighbors.cpp:45
Definition: NearestNeighbors.h:42
::std::vector< NearestNeighbors::Neighbor > nearest(const NearestNeighbors::Value &query, const ::std::size_t &k, const bool &sorted=true) const
Definition: LinearNearestNeighbors.cpp:57
bool empty() const
Definition: LinearNearestNeighbors.cpp:51
LinearNearestNeighbors(Model *model)
Definition: LinearNearestNeighbors.cpp:34
::rl::math::LinearNearestNeighbors< Metric > container
Definition: LinearNearestNeighbors.h:60
::std::size_t size() const
Definition: LinearNearestNeighbors.cpp:69
Linear nearest neighbor search.
Definition: LinearNearestNeighbors.h:42
virtual ~LinearNearestNeighbors()
Definition: LinearNearestNeighbors.cpp:40
Definition: LinearNearestNeighbors.h:41
void push(const NearestNeighbors::Value &value)
Definition: LinearNearestNeighbors.cpp:63
Robotics Library.
Definition: AnalogInput.cpp:30