mlpack
2.2.5
|
This is the complete list of members for NearestNeighborSort, including all inherited members.
BestDistance() | NearestNeighborSort | inlinestatic |
BestNodeToNodeDistance(const TreeType *queryNode, const TreeType *referenceNode) | NearestNeighborSort | static |
BestNodeToNodeDistance(const TreeType *queryNode, const TreeType *referenceNode, const double centerToCenterDistance) | NearestNeighborSort | static |
BestNodeToNodeDistance(const TreeType *queryNode, const TreeType *referenceNode, const TreeType *referenceChildNode, const double centerToCenterDistance) | NearestNeighborSort | static |
BestPointToNodeDistance(const VecType &queryPoint, const TreeType *referenceNode) | NearestNeighborSort | static |
BestPointToNodeDistance(const VecType &queryPoint, const TreeType *referenceNode, const double pointToCenterDistance) | NearestNeighborSort | static |
CombineBest(const double a, const double b) | NearestNeighborSort | inlinestatic |
CombineWorst(const double a, const double b) | NearestNeighborSort | inlinestatic |
ConvertToDistance(const double score) | NearestNeighborSort | inlinestatic |
ConvertToScore(const double distance) | NearestNeighborSort | inlinestatic |
GetBestChild(const VecType &queryPoint, TreeType &referenceNode) | NearestNeighborSort | inlinestatic |
GetBestChild(const TreeType &queryNode, TreeType &referenceNode) | NearestNeighborSort | inlinestatic |
IsBetter(const double value, const double ref) | NearestNeighborSort | inlinestatic |
Relax(const double value, const double epsilon) | NearestNeighborSort | inlinestatic |
WorstDistance() | NearestNeighborSort | inlinestatic |