public static class opencv_ml.CvRTParams extends opencv_ml.CvDTreeParams
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_ml.CvRTParams() |
opencv_ml.CvRTParams(int size) |
opencv_ml.CvRTParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
float[] priors,
boolean calc_var_importance,
int nactive_vars,
int max_num_of_trees_in_the_forest,
float forest_accuracy,
int termcrit_type) |
opencv_ml.CvRTParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
FloatBuffer priors,
boolean calc_var_importance,
int nactive_vars,
int max_num_of_trees_in_the_forest,
float forest_accuracy,
int termcrit_type) |
opencv_ml.CvRTParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
FloatPointer priors,
boolean calc_var_importance,
int nactive_vars,
int max_num_of_trees_in_the_forest,
float forest_accuracy,
int termcrit_type) |
opencv_ml.CvRTParams(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
calc_var_importance() |
opencv_ml.CvRTParams |
calc_var_importance(boolean calc_var_importance) |
int |
nactive_vars() |
opencv_ml.CvRTParams |
nactive_vars(int nactive_vars) |
opencv_ml.CvRTParams |
position(int position) |
opencv_core.CvTermCriteria |
term_crit() |
opencv_ml.CvRTParams |
term_crit(opencv_core.CvTermCriteria term_crit) |
cv_folds, cv_folds, max_categories, max_categories, max_depth, max_depth, min_sample_count, min_sample_count, priors, regression_accuracy, regression_accuracy, truncate_pruned_tree, truncate_pruned_tree, use_1se_rule, use_1se_rule, use_surrogates, use_surrogatesaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_ml.CvRTParams(Pointer p)
public opencv_ml.CvRTParams(int size)
public opencv_ml.CvRTParams()
public opencv_ml.CvRTParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
FloatPointer priors,
boolean calc_var_importance,
int nactive_vars,
int max_num_of_trees_in_the_forest,
float forest_accuracy,
int termcrit_type)
public opencv_ml.CvRTParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
FloatBuffer priors,
boolean calc_var_importance,
int nactive_vars,
int max_num_of_trees_in_the_forest,
float forest_accuracy,
int termcrit_type)
public opencv_ml.CvRTParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
float[] priors,
boolean calc_var_importance,
int nactive_vars,
int max_num_of_trees_in_the_forest,
float forest_accuracy,
int termcrit_type)
public opencv_ml.CvRTParams position(int position)
position in class opencv_ml.CvDTreeParamspublic boolean calc_var_importance()
public opencv_ml.CvRTParams calc_var_importance(boolean calc_var_importance)
public int nactive_vars()
public opencv_ml.CvRTParams nactive_vars(int nactive_vars)
public opencv_core.CvTermCriteria term_crit()
public opencv_ml.CvRTParams term_crit(opencv_core.CvTermCriteria term_crit)
Copyright © 2014. All Rights Reserved.