|
mlpack
master
|
An information about the partition. More...
Public Attributes | |
| arma::Col< ElemType > | direction |
| The normal to the hyperplane that will split the node. More... | |
| arma::Col< ElemType > | mean |
| The mean of some sampled points. More... | |
| bool | meanSplit |
| Indicates that we should use the mean split algorithm instead of the median split. More... | |
| ElemType | splitVal |
| The value according to which the split will be performed. More... | |
An information about the partition.
Definition at line 39 of file rp_tree_mean_split.hpp.
| arma::Col<ElemType> mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::SplitInfo::direction |
The normal to the hyperplane that will split the node.
Definition at line 42 of file rp_tree_mean_split.hpp.
Referenced by mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::AssignToLeftNode().
| arma::Col<ElemType> mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::SplitInfo::mean |
The mean of some sampled points.
Definition at line 44 of file rp_tree_mean_split.hpp.
Referenced by mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::AssignToLeftNode().
| bool mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::SplitInfo::meanSplit |
Indicates that we should use the mean split algorithm instead of the median split.
Definition at line 49 of file rp_tree_mean_split.hpp.
Referenced by mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::AssignToLeftNode().
| ElemType mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::SplitInfo::splitVal |
The value according to which the split will be performed.
Definition at line 46 of file rp_tree_mean_split.hpp.
Referenced by mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::AssignToLeftNode().
1.8.11