mlpack 3.4.2
Public Member Functions | Public Attributes | List of all members
Octree< MetricType, StatisticType, MatType >::SplitType::SplitInfo Struct Reference

#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...
 

Detailed Description

template<typename MetricType = metric::EuclideanDistance, typename StatisticType = EmptyStatistic, typename MatType = arma::mat>
struct mlpack::tree::Octree< MetricType, StatisticType, MatType >::SplitType::SplitInfo

Definition at line 447 of file octree.hpp.

Constructor & Destructor Documentation

◆ SplitInfo()

SplitInfo ( const size_t  d,
const arma::vec &  c 
)
inline

Create the SplitInfo object.

Definition at line 450 of file octree.hpp.

Member Data Documentation

◆ center

const arma::vec& center

The center of the node.

Definition at line 455 of file octree.hpp.

◆ d

size_t d

The dimension we are splitting on.

Definition at line 453 of file octree.hpp.


The documentation for this struct was generated from the following file: