|
mlpack
|
An information about the partition. More...
#include <rp_tree_mean_split.hpp>
Public Attributes | |
| arma::Col< ElemType > | direction |
| The normal to the hyperplane that will split the node. | |
| arma::Col< ElemType > | mean |
| The mean of some sampled points. | |
| ElemType | splitVal |
| The value according to which the split will be performed. | |
| bool | meanSplit |
| Indicates that we should use the mean split algorithm instead of the median split. More... | |
An information about the partition.
| bool mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::SplitInfo::meanSplit |
Indicates that we should use the mean split algorithm instead of the median split.
1.8.13