queso-0.53.0
|
#include "kd_tree.h"
Go to the source code of this file.
Functions | |
void | kd_split (ANNpointArray pa, ANNidxArray pidx, const ANNorthRect &bnds, int n, int dim, int &cut_dim, ANNcoord &cut_val, int &n_lo) |
void | midpt_split (ANNpointArray pa, ANNidxArray pidx, const ANNorthRect &bnds, int n, int dim, int &cut_dim, ANNcoord &cut_val, int &n_lo) |
void | sl_midpt_split (ANNpointArray pa, ANNidxArray pidx, const ANNorthRect &bnds, int n, int dim, int &cut_dim, ANNcoord &cut_val, int &n_lo) |
void | fair_split (ANNpointArray pa, ANNidxArray pidx, const ANNorthRect &bnds, int n, int dim, int &cut_dim, ANNcoord &cut_val, int &n_lo) |
void | sl_fair_split (ANNpointArray pa, ANNidxArray pidx, const ANNorthRect &bnds, int n, int dim, int &cut_dim, ANNcoord &cut_val, int &n_lo) |
void fair_split | ( | ANNpointArray | pa, |
ANNidxArray | pidx, | ||
const ANNorthRect & | bnds, | ||
int | n, | ||
int | dim, | ||
int & | cut_dim, | ||
ANNcoord & | cut_val, | ||
int & | n_lo | ||
) |
Definition at line 243 of file kd_split.cpp.
References annMedianSplit(), annPlaneSplit(), annSplitBalance(), annSpread(), dim, FS_ASPECT_RATIO, ANNorthRect::hi, and ANNorthRect::lo.
Referenced by ANNbd_tree::ANNbd_tree(), and ANNkd_tree::ANNkd_tree().
void kd_split | ( | ANNpointArray | pa, |
ANNidxArray | pidx, | ||
const ANNorthRect & | bnds, | ||
int | n, | ||
int | dim, | ||
int & | cut_dim, | ||
ANNcoord & | cut_val, | ||
int & | n_lo | ||
) |
Definition at line 44 of file kd_split.cpp.
References annMaxSpread(), and annMedianSplit().
Referenced by ANNbd_tree::ANNbd_tree(), and ANNkd_tree::ANNkd_tree().
void midpt_split | ( | ANNpointArray | pa, |
ANNidxArray | pidx, | ||
const ANNorthRect & | bnds, | ||
int | n, | ||
int | dim, | ||
int & | cut_dim, | ||
ANNcoord & | cut_val, | ||
int & | n_lo | ||
) |
Definition at line 76 of file kd_split.cpp.
References annPlaneSplit(), annSpread(), dim, ERR, ANNorthRect::hi, and ANNorthRect::lo.
Referenced by ANNbd_tree::ANNbd_tree(), and ANNkd_tree::ANNkd_tree().
void sl_fair_split | ( | ANNpointArray | pa, |
ANNidxArray | pidx, | ||
const ANNorthRect & | bnds, | ||
int | n, | ||
int | dim, | ||
int & | cut_dim, | ||
ANNcoord & | cut_val, | ||
int & | n_lo | ||
) |
Definition at line 346 of file kd_split.cpp.
References annMedianSplit(), annMinMax(), annPlaneSplit(), annSplitBalance(), annSpread(), dim, FS_ASPECT_RATIO, ANNorthRect::hi, and ANNorthRect::lo.
Referenced by ANNbd_tree::ANNbd_tree(), and ANNkd_tree::ANNkd_tree().
void sl_midpt_split | ( | ANNpointArray | pa, |
ANNidxArray | pidx, | ||
const ANNorthRect & | bnds, | ||
int | n, | ||
int | dim, | ||
int & | cut_dim, | ||
ANNcoord & | cut_val, | ||
int & | n_lo | ||
) |
Definition at line 146 of file kd_split.cpp.
References annMinMax(), annPlaneSplit(), annSpread(), dim, ERR, ANNorthRect::hi, and ANNorthRect::lo.
Referenced by ANNbd_tree::ANNbd_tree(), and ANNkd_tree::ANNkd_tree().