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