Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | CvStatModel --+ | CvBoost
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
DEFAULT = 0
|
|||
DISCRETE = 0
|
|||
GENTLE = 3
|
|||
GINI = 1
|
|||
LOGIT = 2
|
|||
MISCLASS = 3
|
|||
REAL = 1
|
|||
SQERR = 4
|
|||
__instance_size__ = 120
|
|
|||
this | |||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (CvMat)_train_data, (object)_tflag, (CvMat)_responses [, (CvMat)_var_idx=None [, (CvMat)_sample_idx=None [, (CvMat)_var_type=None [, (CvMat)_missing_mask=None [, (CvBoostParams)params=<pyopencv.ml_ext.CvBoostParams object at 0x02167648>]]]]]) -> None : Wrapped function: CvBoost Argument '_train_data': C++ type: ::CvMat const * Python type: Mat Argument '_responses': C++ type: ::CvMat const * Python type: Mat Argument '_var_idx': C++ type: ::CvMat const * Python type: Mat Argument '_sample_idx': C++ type: ::CvMat const * Python type: Mat Argument '_var_type': C++ type: ::CvMat const * Python type: Mat Argument '_missing_mask': C++ type: ::CvMat const * Python type: Mat C++ signature : void __init__(_object*,CvMat const*,int,CvMat const* [,CvMat const*=None [,CvMat const*=None [,CvMat const*=None [,CvMat const*=None [,CvBoostParams=<pyopencv.ml_ext.CvBoostParams object at 0x02167648>]]]]]) __init__( (object)arg1, (Mat)_train_data, (object)_tflag, (Mat)_responses [, (Mat)_var_idx=Mat() [, (Mat)_sample_idx=Mat() [, (Mat)_var_type=Mat() [, (Mat)_missing_mask=Mat() [, (CvBoostParams)params=<pyopencv.ml_ext.CvBoostParams object at 0x021676B0>]]]]]) -> None : C++ signature : void __init__(_object*,cv::Mat,int,cv::Mat [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,CvBoostParams=<pyopencv.ml_ext.CvBoostParams object at 0x021676B0>]]]]])
|
calc_error( (CvBoost)arg1, (CvMLData)_data, (object)type [, (vector_float32)resp=None]) -> float : C++ signature : float calc_error(CvBoost {lvalue},CvMLData*,int [,std::vector<float, std::allocator<float> >*=None]) calc_error( (CvBoost)arg1, (CvMLData)_data, (object)type [, (vector_float32)resp=None]) -> float : C++ signature : float calc_error(CvBoost_wrapper {lvalue},CvMLData*,int [,std::vector<float, std::allocator<float> >*=None]) |
clear( (CvBoost)arg1) -> None : C++ signature : void clear(CvBoost {lvalue}) clear( (CvBoost)arg1) -> None : C++ signature : void clear(CvBoost_wrapper {lvalue})
|
get_active_vars( (CvBoost)arg1 [, (bool)absolute_idx=True]) -> CvMat : C++ signature : CvMat const* get_active_vars(CvBoost {lvalue} [,bool=True]) get_active_vars( (CvBoost)arg1 [, (bool)absolute_idx=True]) -> CvMat : C++ signature : CvMat const* get_active_vars(CvBoost_wrapper {lvalue} [,bool=True]) |
get_data( (CvBoost)arg1) -> CvDTreeTrainData : C++ signature : CvDTreeTrainData const* get_data(CvBoost {lvalue}) |
get_params( (CvBoost)arg1) -> CvBoostParams : C++ signature : CvBoostParams get_params(CvBoost {lvalue}) |
get_subtree_weights( (CvBoost)arg1) -> CvMat : C++ signature : CvMat* get_subtree_weights(CvBoost {lvalue}) |
get_weak_predictors( (CvBoost)arg1) -> CvSeq : C++ signature : CvSeq* get_weak_predictors(CvBoost {lvalue}) |
get_weak_response( (CvBoost)arg1) -> CvMat : C++ signature : CvMat* get_weak_response(CvBoost {lvalue}) |
get_weights( (CvBoost)arg1) -> CvMat : C++ signature : CvMat* get_weights(CvBoost {lvalue}) |
load( (CvBoost)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void load(CvBoost {lvalue},char const* [,char const*=None]) load( (CvBoost)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void load(CvBoost_wrapper {lvalue},char const* [,char const*=None])
|
predict( (CvBoost)inst, (Mat)_sample [, (Mat)_missing=Mat() [, (Range)slice=Range(start=0, end=1073741823) [, (bool)raw_mode=False [, (bool)return_sum=False]]]]) -> tuple : Argument '_sample': C++ type: ::CvMat const * Python type: Mat Argument '_missing': C++ type: ::CvMat const * Python type: Mat Argument 'weak_responses': C++ type: ::CvMat * Python type: CvMat Output argument: omitted from input and returned as output. Argument 'slice': C++ type: ::CvSlice Python type: Range Returns: ((float32), weak_responses) C++ signature : boost::python::tuple predict(CvBoost,cv::Mat {lvalue} [,cv::Mat=Mat() [,cv::Range=Range(start=0, end=1073741823) [,bool=False [,bool=False]]]]) predict( (CvBoost)inst, (Mat)_sample [, (Mat)_missing=Mat() [, (Range)slice=Range(start=0, end=1073741823) [, (bool)raw_mode=False [, (bool)return_sum=False]]]]) -> tuple : Argument 'weak_responses': C++ type: ::cv::Mat * Python type: Mat Output argument: omitted from input and returned as output. Argument 'slice': C++ type: ::CvSlice Python type: Range Returns: ((float32), weak_responses) C++ signature : boost::python::tuple predict(CvBoost,cv::Mat [,cv::Mat=Mat() [,cv::Range=Range(start=0, end=1073741823) [,bool=False [,bool=False]]]]) |
prune( (CvBoost)inst, (Range)slice) -> None : Argument 'slice': C++ type: ::CvSlice Python type: Range C++ signature : void prune(CvBoost {lvalue},cv::Range) |
read( (CvBoost)inst, (FileStorage)storage, (FileNode)node) -> None : Argument 'storage': C++ type: ::CvFileStorage * Python type: FileStorage Argument 'node': C++ type: ::CvFileNode * Python type: FileNode C++ signature : void read(CvBoost {lvalue},cv::FileStorage {lvalue},cv::FileNode {lvalue})
|
save( (CvBoost)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void save(CvBoost {lvalue},char const* [,char const*=None]) save( (CvBoost)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void save(CvBoost_wrapper {lvalue},char const* [,char const*=None])
|
train( (CvBoost)inst, (Mat)_train_data, (object)_tflag, (Mat)_responses [, (Mat)_var_idx=Mat() [, (Mat)_sample_idx=Mat() [, (Mat)_var_type=Mat() [, (Mat)_missing_mask=Mat() [, (CvBoostParams)params=<pyopencv.ml_ext.CvBoostParams object at 0x02167718> [, (bool)update=False]]]]]]) -> object : Argument '_train_data': C++ type: ::CvMat const * Python type: Mat Argument '_responses': C++ type: ::CvMat const * Python type: Mat Argument '_var_idx': C++ type: ::CvMat const * Python type: Mat Argument '_sample_idx': C++ type: ::CvMat const * Python type: Mat Argument '_var_type': C++ type: ::CvMat const * Python type: Mat Argument '_missing_mask': C++ type: ::CvMat const * Python type: Mat C++ signature : boost::python::api::object train(CvBoost {lvalue},cv::Mat {lvalue},int,cv::Mat {lvalue} [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,CvBoostParams=<pyopencv.ml_ext.CvBoostParams object at 0x02167718> [,bool=False]]]]]]) train( (CvBoost)arg1, (CvMLData)data [, (CvBoostParams)params=<pyopencv.ml_ext.CvBoostParams object at 0x02167780> [, (bool)update=False]]) -> bool : C++ signature : bool train(CvBoost {lvalue},CvMLData* [,CvBoostParams=<pyopencv.ml_ext.CvBoostParams object at 0x02167780> [,bool=False]]) train( (CvBoost)arg1, (CvMLData)data [, (CvBoostParams)params=<pyopencv.ml_ext.CvBoostParams object at 0x02167780> [, (bool)update=False]]) -> bool : C++ signature : bool train(CvBoost_wrapper {lvalue},CvMLData* [,CvBoostParams=<pyopencv.ml_ext.CvBoostParams object at 0x02167780> [,bool=False]]) train( (CvBoost)arg1, (Mat)_train_data, (object)_tflag, (Mat)_responses [, (Mat)_var_idx=Mat() [, (Mat)_sample_idx=Mat() [, (Mat)_var_type=Mat() [, (Mat)_missing_mask=Mat() [, (CvBoostParams)params=<pyopencv.ml_ext.CvBoostParams object at 0x021677E8> [, (bool)update=False]]]]]]) -> bool : C++ signature : bool train(CvBoost {lvalue},cv::Mat,int,cv::Mat [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,CvBoostParams=<pyopencv.ml_ext.CvBoostParams object at 0x021677E8> [,bool=False]]]]]]) train( (CvBoost)arg1, (Mat)_train_data, (object)_tflag, (Mat)_responses [, (Mat)_var_idx=Mat() [, (Mat)_sample_idx=Mat() [, (Mat)_var_type=Mat() [, (Mat)_missing_mask=Mat() [, (CvBoostParams)params=<pyopencv.ml_ext.CvBoostParams object at 0x021677E8> [, (bool)update=False]]]]]]) -> bool : C++ signature : bool train(CvBoost_wrapper {lvalue},cv::Mat,int,cv::Mat [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,CvBoostParams=<pyopencv.ml_ext.CvBoostParams object at 0x021677E8> [,bool=False]]]]]]) |
write( (CvBoost)inst, (FileStorage)storage, (str)name) -> None : Argument 'storage': C++ type: ::CvFileStorage * Python type: FileStorage C++ signature : void write(CvBoost,cv::FileStorage {lvalue},char const*)
|
|
this
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:09 2010 | http://epydoc.sourceforge.net |