public static class opencv_ml.CvDTreeParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_ml.CvDTreeParams() |
opencv_ml.CvDTreeParams(int size) |
opencv_ml.CvDTreeParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
int cv_folds,
boolean use_1se_rule,
boolean truncate_pruned_tree,
float[] priors) |
opencv_ml.CvDTreeParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
int cv_folds,
boolean use_1se_rule,
boolean truncate_pruned_tree,
FloatBuffer priors) |
opencv_ml.CvDTreeParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
int cv_folds,
boolean use_1se_rule,
boolean truncate_pruned_tree,
FloatPointer priors) |
opencv_ml.CvDTreeParams(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
cv_folds() |
opencv_ml.CvDTreeParams |
cv_folds(int cv_folds) |
int |
max_categories() |
opencv_ml.CvDTreeParams |
max_categories(int max_categories) |
int |
max_depth() |
opencv_ml.CvDTreeParams |
max_depth(int max_depth) |
int |
min_sample_count() |
opencv_ml.CvDTreeParams |
min_sample_count(int min_sample_count) |
opencv_ml.CvDTreeParams |
position(int position) |
FloatPointer |
priors() |
float |
regression_accuracy() |
opencv_ml.CvDTreeParams |
regression_accuracy(float regression_accuracy) |
boolean |
truncate_pruned_tree() |
opencv_ml.CvDTreeParams |
truncate_pruned_tree(boolean truncate_pruned_tree) |
boolean |
use_1se_rule() |
opencv_ml.CvDTreeParams |
use_1se_rule(boolean use_1se_rule) |
boolean |
use_surrogates() |
opencv_ml.CvDTreeParams |
use_surrogates(boolean use_surrogates) |
address, 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.CvDTreeParams(Pointer p)
public opencv_ml.CvDTreeParams(int size)
public opencv_ml.CvDTreeParams()
public opencv_ml.CvDTreeParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
int cv_folds,
boolean use_1se_rule,
boolean truncate_pruned_tree,
FloatPointer priors)
public opencv_ml.CvDTreeParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
int cv_folds,
boolean use_1se_rule,
boolean truncate_pruned_tree,
FloatBuffer priors)
public opencv_ml.CvDTreeParams(int max_depth,
int min_sample_count,
float regression_accuracy,
boolean use_surrogates,
int max_categories,
int cv_folds,
boolean use_1se_rule,
boolean truncate_pruned_tree,
float[] priors)
public opencv_ml.CvDTreeParams position(int position)
public int max_categories()
public opencv_ml.CvDTreeParams max_categories(int max_categories)
public int max_depth()
public opencv_ml.CvDTreeParams max_depth(int max_depth)
public int min_sample_count()
public opencv_ml.CvDTreeParams min_sample_count(int min_sample_count)
public int cv_folds()
public opencv_ml.CvDTreeParams cv_folds(int cv_folds)
public boolean use_surrogates()
public opencv_ml.CvDTreeParams use_surrogates(boolean use_surrogates)
public boolean use_1se_rule()
public opencv_ml.CvDTreeParams use_1se_rule(boolean use_1se_rule)
public boolean truncate_pruned_tree()
public opencv_ml.CvDTreeParams truncate_pruned_tree(boolean truncate_pruned_tree)
public float regression_accuracy()
public opencv_ml.CvDTreeParams regression_accuracy(float regression_accuracy)
public FloatPointer priors()
Copyright © 2014. All Rights Reserved.