Files
mlpack/fastlib
Ryan Curtin 9142af1a26 Rewrite LMetric<> to not use GenVector by default, then modify a couple other files so that all works.
Partial template specialization was required for MidDistance() in DBallBound when working with TMetric = LMetric<2> and TPoint = GenVector.
DBallBound was also changed to use TPoint = arma::vec by default.
2010-05-11 19:10:42 +00:00
..