Go to the documentation of this file.
35 #ifndef __MLPACK_METHODS_EMST_DTB_HPP
36 #define __MLPACK_METHODS_EMST_DTB_HPP
86 template<
typename TreeType>
209 const bool naive =
false,
210 const size_t leafSize = 1,
211 const MetricType
metric = MetricType());
231 const MetricType
metric = MetricType());
253 void AddEdge(
const size_t e1,
const size_t e2,
const double distance);
281 #include "dtb_impl.hpp"
283 #endif // __MLPACK_METHODS_EMST_DTB_HPP