mlpack  2.0.1
Public Attributes | List of all members
mlpack::tree::RectangleTree< MetricType, StatisticType, MatType, SplitType, DescentType >::SingleTreeTraverser< RuleType >::NodeAndScore Struct Reference

Public Attributes

RectangleTreenode
 
double score
 

Detailed Description

template<typename MetricType = metric::EuclideanDistance, typename StatisticType = EmptyStatistic, typename MatType = arma::mat, typename SplitType = RTreeSplit, typename DescentType = RTreeDescentHeuristic>
template<typename RuleType>
struct mlpack::tree::RectangleTree< MetricType, StatisticType, MatType, SplitType, DescentType >::SingleTreeTraverser< RuleType >::NodeAndScore

Definition at line 59 of file single_tree_traverser.hpp.

Member Data Documentation

◆ node

template<typename MetricType = metric::EuclideanDistance, typename StatisticType = EmptyStatistic, typename MatType = arma::mat, typename SplitType = RTreeSplit, typename DescentType = RTreeDescentHeuristic>
template<typename RuleType >
RectangleTree* mlpack::tree::RectangleTree< MetricType, StatisticType, MatType, SplitType, DescentType >::SingleTreeTraverser< RuleType >::NodeAndScore::node

Definition at line 61 of file single_tree_traverser.hpp.

◆ score

template<typename MetricType = metric::EuclideanDistance, typename StatisticType = EmptyStatistic, typename MatType = arma::mat, typename SplitType = RTreeSplit, typename DescentType = RTreeDescentHeuristic>
template<typename RuleType >
double mlpack::tree::RectangleTree< MetricType, StatisticType, MatType, SplitType, DescentType >::SingleTreeTraverser< RuleType >::NodeAndScore::score

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