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