Home | History | Annotate | Download | only in src

Lines Matching refs:cvWriteInt

1010     cvWriteInt( fs, "is_classifier", is_classifier ? 1 : 0 );
1011 cvWriteInt( fs, "var_all", var_all );
1012 cvWriteInt( fs, "var_count", var_count );
1013 cvWriteInt( fs, "ord_var_count", ord_var_count );
1014 cvWriteInt( fs, "cat_var_count", cat_var_count );
1017 cvWriteInt( fs, "use_surrogates", params.use_surrogates ? 1 : 0 );
1021 cvWriteInt( fs, "max_categories", params.max_categories );
1028 cvWriteInt( fs, "max_depth", params.max_depth );
1029 cvWriteInt( fs, "min_sample_count", params.min_sample_count );
1030 cvWriteInt( fs, "cross_validation_folds", params.cv_folds );
1034 cvWriteInt
1035 cvWriteInt( fs, "truncate_pruned_tree", params.truncate_pruned_tree ? 1 : 0 );
1049 cvWriteInt( fs, 0, var_type->data.i[vi] >= 0 );
3056 cvWriteInt( fs, "var", split->var_idx );
3077 cvWriteInt( fs, 0, i );
3094 cvWriteInt( fs, "depth", node->depth );
3095 cvWriteInt( fs, "sample_count", node->sample_count );
3099 cvWriteInt( fs, "norm_class_idx", node->class_idx );
3101 cvWriteInt( fs, "Tn", node->Tn );
3102 cvWriteInt( fs, "complexity", node->complexity );
3182 cvWriteInt( fs, "best_tree_idx", pruned_tree_idx );