public static class opencv_ml.CvGBTreesParams extends opencv_ml.CvDTreeParams
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_ml.CvGBTreesParams() |
opencv_ml.CvGBTreesParams(int size) |
opencv_ml.CvGBTreesParams(int loss_function_type,
int weak_count,
float shrinkage,
float subsample_portion,
int max_depth,
boolean use_surrogates) |
opencv_ml.CvGBTreesParams(Pointer p) |
Modifier and Type | Method and Description |
---|---|
int |
loss_function_type() |
opencv_ml.CvGBTreesParams |
loss_function_type(int loss_function_type) |
opencv_ml.CvGBTreesParams |
position(int position) |
float |
shrinkage() |
opencv_ml.CvGBTreesParams |
shrinkage(float shrinkage) |
float |
subsample_portion() |
opencv_ml.CvGBTreesParams |
subsample_portion(float subsample_portion) |
int |
weak_count() |
opencv_ml.CvGBTreesParams |
weak_count(int weak_count) |
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_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, zero
public opencv_ml.CvGBTreesParams(Pointer p)
public opencv_ml.CvGBTreesParams(int size)
public opencv_ml.CvGBTreesParams()
public opencv_ml.CvGBTreesParams(int loss_function_type, int weak_count, float shrinkage, float subsample_portion, int max_depth, boolean use_surrogates)
public opencv_ml.CvGBTreesParams position(int position)
position
in class opencv_ml.CvDTreeParams
public int weak_count()
public opencv_ml.CvGBTreesParams weak_count(int weak_count)
public int loss_function_type()
public opencv_ml.CvGBTreesParams loss_function_type(int loss_function_type)
public float subsample_portion()
public opencv_ml.CvGBTreesParams subsample_portion(float subsample_portion)
public float shrinkage()
public opencv_ml.CvGBTreesParams shrinkage(float shrinkage)
Copyright © 2014. All Rights Reserved.