Home
last modified time | relevance | path

Searched refs:sorted_indices_buf (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_tree.cpp1200 sorted_indices_buf[i] = short_indices[i]; in get_ord_var_data()
1201 *sorted_indices = sorted_indices_buf; in get_ord_var_data()
1985 int* sorted_indices_buf = (int*)(values_buf + n); in find_split_ord_class() local
1986 int* sample_indices_buf = sorted_indices_buf + n; in find_split_ord_class()
1989 data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, in find_split_ord_class()
2385 int* sorted_indices_buf = (int*)(values_buf + n); in find_split_ord_reg() local
2386 int* sample_indices_buf = sorted_indices_buf + n; in find_split_ord_reg()
2536 int* sorted_indices_buf = (int*)(values_buf + n); in find_surrogate_split_ord() local
2537 int* sample_indices_buf = sorted_indices_buf + n; in find_surrogate_split_ord()
2981 int* sorted_indices_buf = (int*)(values_buf + n); in complete_node_dir() local
[all …]
H A Dold_ml_boost.cpp214 int* sorted_indices_buf = (int*)(values_buf + n); in calc_node_dir() local
215 int* sample_indices_buf = sorted_indices_buf + n; in calc_node_dir()
218 …data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample… in calc_node_dir()
265 int* sorted_indices_buf = (int*)(values_buf + n); in find_split_ord_class() local
266 int* sample_indices_buf = sorted_indices_buf + n; in find_split_ord_class()
269 …data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample… in find_split_ord_class()
270 int* responses_buf = sorted_indices_buf + n; in find_split_ord_class()
H A Dold_ml.hpp691 …tual void get_ord_var_data( CvDTreeNode* n, int vi, float* ord_values_buf, int* sorted_indices_buf,