Home
last modified time | relevance | path

Searched refs:sample_indices_buf (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/apps/traincascade/
Dold_ml_tree.cpp815 int* sample_indices_buf = (int*)(src_val_buf + sample_count); in subsample_data() local
818 …et_ord_var_data( data_root, vi, src_val_buf, src_idx_buf, &src_val, &src_idx, sample_indices_buf ); in subsample_data()
967 int* sample_indices_buf = src_idx_buf + sample_count; in get_vectors() local
970 … get_ord_var_data(data_root, vi, src_val_buf, src_idx_buf, &src_val, &src_idx, sample_indices_buf); in get_vectors()
1185 … const float** ord_values, const int** sorted_indices, int* sample_indices_buf ) in get_ord_var_data() argument
1191 const int* sample_indices = get_sample_indices(n, sample_indices_buf); in get_ord_var_data()
1239 …t* CvDTreeTrainData::get_ord_responses( CvDTreeNode* n, float* values_buf, int*sample_indices_buf ) in get_ord_responses() argument
1243 const int* indices = get_sample_indices(n, sample_indices_buf); in get_ord_responses()
1989 int* sample_indices_buf = sorted_indices_buf + n; in find_split_ord_class() local
1993 &sorted_indices, sample_indices_buf ); in find_split_ord_class()
[all …]
Dold_ml_boost.cpp215 int* sample_indices_buf = sorted_indices_buf + n; in calc_node_dir() local
218 …var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf ); in calc_node_dir()
266 int* sample_indices_buf = sorted_indices_buf + n; in find_split_ord_class() local
269 …var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf ); in find_split_ord_class()
497 int* sample_indices_buf = indices_buf + n; in find_split_ord_reg() local
500 …data->get_ord_var_data( node, vi, values_buf, indices_buf, &values, &indices, sample_indices_buf ); in find_split_ord_reg()
502 const float* responses = data->get_ord_responses( node, responses_buf, sample_indices_buf ); in find_split_ord_reg()
568 int* sample_indices_buf = (int*)(responses_buf + n); in find_split_cat_reg() local
569 const float* responses = data->get_ord_responses(node, responses_buf, sample_indices_buf); in find_split_cat_reg()
658 int* sample_indices_buf = indices_buf + n; in find_surrogate_split_ord() local
[all …]
Dold_ml.hpp686 …rtual const float* get_ord_responses( CvDTreeNode* n, float* values_buf, int* sample_indices_buf );
692 … const float** ord_values, const int** sorted_indices, int* sample_indices_buf );
Dboost.cpp428 int* sample_indices_buf = (int*)(src_val_buf + sample_count); in subsample_data() local
431 …et_ord_var_data( data_root, vi, src_val_buf, src_idx_buf, &src_val, &src_idx, sample_indices_buf ); in subsample_data()