#include "rtflann/util/matrix.h"
Go to the source code of this file.
Classes | |
class | rtflann::CenterChooser< Distance > |
class | rtflann::GonzalesCenterChooser< Distance > |
class | rtflann::GroupWiseCenterChooser< Distance > |
class | rtflann::KMeansppCenterChooser< Distance > |
class | rtflann::RandomCenterChooser< Distance > |
struct | rtflann::squareDistance< Distance, ElementType > |
struct | rtflann::squareDistance< ChiSquareDistance< ElementType >, ElementType > |
struct | rtflann::squareDistance< HellingerDistance< ElementType >, ElementType > |
struct | rtflann::squareDistance< L2< ElementType >, ElementType > |
struct | rtflann::squareDistance< L2_3D< ElementType >, ElementType > |
struct | rtflann::squareDistance< L2_Simple< ElementType >, ElementType > |
Namespaces | |
namespace | rtflann |
Functions | |
template<typename Distance > | |
Distance::ResultType | rtflann::ensureSquareDistance (typename Distance::ResultType dist) |