mlpack 3.4.2
|
#include <octree.hpp>
Public Member Functions | |
SplitInfo (const size_t d, const arma::vec &c) | |
Create the SplitInfo object. More... | |
Public Attributes | |
const arma::vec & | center |
The center of the node. More... | |
size_t | d |
The dimension we are splitting on. More... | |
Definition at line 447 of file octree.hpp.
|
inline |
Create the SplitInfo object.
Definition at line 450 of file octree.hpp.
const arma::vec& center |
The center of the node.
Definition at line 455 of file octree.hpp.
size_t d |
The dimension we are splitting on.
Definition at line 453 of file octree.hpp.