Go to the documentation of this file.
35 #ifndef __MLPACK_METHODS_EMST_DTB_HPP
36 #define __MLPACK_METHODS_EMST_DTB_HPP
97 typename TreeType::Mat&
data;
147 const bool naive =
false,
148 const size_t leafSize = 1,
149 const MetricType
metric = MetricType());
169 const MetricType
metric = MetricType());
191 void AddEdge(
const size_t e1,
const size_t e2,
const double distance);
219 #include "dtb_impl.hpp"
221 #endif // __MLPACK_METHODS_EMST_DTB_HPP