mlpack
master
|
This is used for sorting points while splitting. More...
Public Member Functions | |
SplitInfo (const size_t d, const arma::vec &c) | |
Create the SplitInfo object. More... | |
Static Public Member Functions | |
template<typename VecType > | |
static bool | AssignToLeftNode (const VecType &point, const SplitInfo &s) |
Public Attributes | |
const arma::vec & | center |
The center of the node. More... | |
size_t | d |
The dimension we are splitting on. More... | |
This is used for sorting points while splitting.
Definition at line 431 of file octree.hpp.
|
inline |
Create the SplitInfo object.
Definition at line 434 of file octree.hpp.
|
inlinestatic |
Definition at line 442 of file octree.hpp.
References mlpack::tree::Octree< MetricType, StatisticType, MatType >::SplitInfo::center, and mlpack::tree::Octree< MetricType, StatisticType, MatType >::SplitInfo::d.
const arma::vec& mlpack::tree::Octree< MetricType, StatisticType, MatType >::SplitInfo::center |
The center of the node.
Definition at line 439 of file octree.hpp.
Referenced by mlpack::tree::Octree< MetricType, StatisticType, MatType >::SplitInfo::AssignToLeftNode().
size_t mlpack::tree::Octree< MetricType, StatisticType, MatType >::SplitInfo::d |
The dimension we are splitting on.
Definition at line 437 of file octree.hpp.
Referenced by mlpack::tree::Octree< MetricType, StatisticType, MatType >::SplitInfo::AssignToLeftNode().