public static class opencv_ml.CvBoostParams extends opencv_ml.CvDTreeParams
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_ml.CvBoostParams() |
opencv_ml.CvBoostParams(int size) |
opencv_ml.CvBoostParams(int boost_type,
int weak_count,
double weight_trim_rate,
int max_depth,
boolean use_surrogates,
float[] priors) |
opencv_ml.CvBoostParams(int boost_type,
int weak_count,
double weight_trim_rate,
int max_depth,
boolean use_surrogates,
FloatBuffer priors) |
opencv_ml.CvBoostParams(int boost_type,
int weak_count,
double weight_trim_rate,
int max_depth,
boolean use_surrogates,
FloatPointer priors) |
opencv_ml.CvBoostParams(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
boost_type() |
opencv_ml.CvBoostParams |
boost_type(int boost_type) |
opencv_ml.CvBoostParams |
position(int position) |
int |
split_criteria() |
opencv_ml.CvBoostParams |
split_criteria(int split_criteria) |
int |
weak_count() |
opencv_ml.CvBoostParams |
weak_count(int weak_count) |
double |
weight_trim_rate() |
opencv_ml.CvBoostParams |
weight_trim_rate(double weight_trim_rate) |
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.CvBoostParams(Pointer p)
public opencv_ml.CvBoostParams(int size)
public opencv_ml.CvBoostParams()
public opencv_ml.CvBoostParams(int boost_type,
int weak_count,
double weight_trim_rate,
int max_depth,
boolean use_surrogates,
FloatPointer priors)
public opencv_ml.CvBoostParams(int boost_type,
int weak_count,
double weight_trim_rate,
int max_depth,
boolean use_surrogates,
FloatBuffer priors)
public opencv_ml.CvBoostParams(int boost_type,
int weak_count,
double weight_trim_rate,
int max_depth,
boolean use_surrogates,
float[] priors)
public opencv_ml.CvBoostParams position(int position)
position in class opencv_ml.CvDTreeParamspublic int boost_type()
public opencv_ml.CvBoostParams boost_type(int boost_type)
public int weak_count()
public opencv_ml.CvBoostParams weak_count(int weak_count)
public int split_criteria()
public opencv_ml.CvBoostParams split_criteria(int split_criteria)
public double weight_trim_rate()
public opencv_ml.CvBoostParams weight_trim_rate(double weight_trim_rate)
Copyright © 2014. All Rights Reserved.