Home | History | Annotate | Download | only in traincascade

Lines Matching refs:cvWriteInt

1298     cvWriteInt( fs, "is_classifier", is_classifier ? 1 : 0 );
1299 cvWriteInt( fs, "var_all", var_all );
1300 cvWriteInt( fs, "var_count", var_count );
1301 cvWriteInt( fs, "ord_var_count", ord_var_count );
1302 cvWriteInt( fs, "cat_var_count", cat_var_count );
1305 cvWriteInt( fs, "use_surrogates", params.use_surrogates ? 1 : 0 );
1309 cvWriteInt( fs, "max_categories", params.max_categories );
1316 cvWriteInt( fs, "max_depth", params.max_depth );
1317 cvWriteInt( fs, "min_sample_count", params.min_sample_count );
1318 cvWriteInt( fs, "cross_validation_folds", params.cv_folds );
1322 cvWriteInt( fs, "use_1se_rule", params.use_1se_rule ? 1 : 0 );
1323 cvWriteInt( fs, "truncate_pruned_tree", params.truncate_pruned_tree ? 1 : 0 );
1337 cvWriteInt( fs, 0, var_type->data.i[vi] >= 0 );
3790 cvWriteInt( fs, "var", split->var_idx );
3811 cvWriteInt( fs, 0, i );
3828 cvWriteInt( fs, "depth", node->depth );
3829 cvWriteInt( fs, "sample_count", node->sample_count );
3833 cvWriteInt( fs, "norm_class_idx", node->class_idx );
3835 cvWriteInt( fs, "Tn", node->Tn );
3836 cvWriteInt( fs, "complexity", node->complexity );
3916 cvWriteInt( fs, "best_tree_idx", pruned_tree_idx );