mlpack
master
|
A struct that contains an information about the split. More...
Public Member Functions | |
SplitInfo () | |
template<typename VecType > | |
SplitInfo (const MetricType &metric, const VecType &vantagePoint, ElemType mu) | |
Public Attributes | |
const MetricType * | metric |
An instance of the MetricType class. More... | |
ElemType | mu |
The median distance according to which the node will be split. More... | |
arma::Col< ElemType > | vantagePoint |
The vantage point. More... | |
A struct that contains an information about the split.
Definition at line 40 of file vantage_point_split.hpp.
|
inline |
Definition at line 49 of file vantage_point_split.hpp.
|
inline |
Definition at line 55 of file vantage_point_split.hpp.
References mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >::SplitNode().
const MetricType* mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >::SplitInfo::metric |
An instance of the MetricType class.
Definition at line 47 of file vantage_point_split.hpp.
Referenced by mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >::AssignToLeftNode().
ElemType mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >::SplitInfo::mu |
The median distance according to which the node will be split.
Definition at line 45 of file vantage_point_split.hpp.
Referenced by mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >::AssignToLeftNode().
arma::Col<ElemType> mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >::SplitInfo::vantagePoint |
The vantage point.
Definition at line 43 of file vantage_point_split.hpp.
Referenced by mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >::AssignToLeftNode().