Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | CvStatModel --+ | CvDTree --+ | CvBoostTree
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
__instance_size__ = 40
|
|
|||
this | |||
Inherited from Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*)
|
clear( (CvBoostTree)arg1) -> None : C++ signature : void clear(CvBoostTree {lvalue}) clear( (CvBoostTree)arg1) -> None : C++ signature : void clear(CvBoostTree_wrapper {lvalue})
|
load( (CvBoostTree)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void load(CvBoostTree {lvalue},char const* [,char const*=None]) load( (CvBoostTree)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void load(CvBoostTree_wrapper {lvalue},char const* [,char const*=None])
|
predict( (CvBoostTree)arg1, (Mat)_sample [, (Mat)_missing_data_mask=Mat() [, (bool)preprocessed_input=False]]) -> object : C++ signature : CvDTreeNode* predict(CvBoostTree {lvalue},cv::Mat [,cv::Mat=Mat() [,bool=False]]) predict( (CvBoostTree)arg1, (Mat)_sample [, (Mat)_missing_data_mask=Mat() [, (bool)preprocessed_input=False]]) -> object : C++ signature : CvDTreeNode* predict(CvBoostTree_wrapper {lvalue},cv::Mat [,cv::Mat=Mat() [,bool=False]])
|
read_2a3ca3cc513554db6e212a9addc77685( (CvBoostTree)inst, (FileStorage)fs, (FileNode)node, (CvDTreeTrainData)data) -> None : Wrapped function: read Argument 'node': C/C++ type: ::CvFileNode *. Python type: FileNode. Argument 'fs': C/C++ type: ::CvFileStorage *. Python type: FileStorage. C++ signature : void read_2a3ca3cc513554db6e212a9addc77685(CvBoostTree {lvalue},cv::FileStorage {lvalue},cv::FileNode {lvalue},CvDTreeTrainData*) |
read_8b11dd2a0d1066814c3b544147bcd2d1( (CvBoostTree)inst, (FileStorage)fs, (FileNode)node, (CvBoost)ensemble, (CvDTreeTrainData)_data) -> None : Wrapped function: read Argument 'node': C/C++ type: ::CvFileNode *. Python type: FileNode. Argument 'fs': C/C++ type: ::CvFileStorage *. Python type: FileStorage. C++ signature : void read_8b11dd2a0d1066814c3b544147bcd2d1(CvBoostTree {lvalue},cv::FileStorage {lvalue},cv::FileNode {lvalue},CvBoost*,CvDTreeTrainData*) |
read_93f028bf66aae7b24915780d90476481( (CvBoostTree)inst, (FileStorage)fs, (FileNode)node) -> None : Wrapped function: read Argument 'node': C/C++ type: ::CvFileNode *. Python type: FileNode. Argument 'fs': C/C++ type: ::CvFileStorage *. Python type: FileStorage. C++ signature : void read_93f028bf66aae7b24915780d90476481(CvBoostTree {lvalue},cv::FileStorage {lvalue},cv::FileNode {lvalue}) |
save( (CvBoostTree)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void save(CvBoostTree {lvalue},char const* [,char const*=None]) save( (CvBoostTree)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void save(CvBoostTree_wrapper {lvalue},char const* [,char const*=None])
|
scale( (CvBoostTree)arg1, (object)s) -> None : C++ signature : void scale(CvBoostTree {lvalue},double) scale( (CvBoostTree)arg1, (object)s) -> None : C++ signature : void scale(CvBoostTree_wrapper {lvalue},double) |
train( (CvBoostTree)arg1, (CvMLData)_data [, (CvDTreeParams)_params=<pyopencv.pyopencvext.CvDTreeParams object at 0x017C0120>]) -> bool : C++ signature : bool train(CvBoostTree {lvalue},CvMLData* [,CvDTreeParams=<pyopencv.pyopencvext.CvDTreeParams object at 0x017C0120>]) train( (CvBoostTree)arg1, (CvMLData)_data [, (CvDTreeParams)_params=<pyopencv.pyopencvext.CvDTreeParams object at 0x017C0120>]) -> bool : C++ signature : bool train(CvBoostTree_wrapper {lvalue},CvMLData* [,CvDTreeParams=<pyopencv.pyopencvext.CvDTreeParams object at 0x017C0120>]) train( (CvBoostTree)arg1, (Mat)_train_data, (object)_tflag, (Mat)_responses [, (Mat)_var_idx=Mat() [, (Mat)_sample_idx=Mat() [, (Mat)_var_type=Mat() [, (Mat)_missing_mask=Mat() [, (CvDTreeParams)params=<pyopencv.pyopencvext.CvDTreeParams object at 0x017C00D0>]]]]]) -> bool : C++ signature : bool train(CvBoostTree {lvalue},cv::Mat,int,cv::Mat [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,CvDTreeParams=<pyopencv.pyopencvext.CvDTreeParams object at 0x017C00D0>]]]]]) train( (CvBoostTree)arg1, (Mat)_train_data, (object)_tflag, (Mat)_responses [, (Mat)_var_idx=Mat() [, (Mat)_sample_idx=Mat() [, (Mat)_var_type=Mat() [, (Mat)_missing_mask=Mat() [, (CvDTreeParams)params=<pyopencv.pyopencvext.CvDTreeParams object at 0x017C00D0>]]]]]) -> bool : C++ signature : bool train(CvBoostTree_wrapper {lvalue},cv::Mat,int,cv::Mat [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,CvDTreeParams=<pyopencv.pyopencvext.CvDTreeParams object at 0x017C00D0>]]]]])
|
write_d1e064f966d50e01902f80ef0f045741( (CvDTree)inst, (FileStorage)fs) -> None : Wrapped function: write Argument 'fs': C/C++ type: ::CvFileStorage *. Python type: FileStorage. C++ signature : void write_d1e064f966d50e01902f80ef0f045741(CvDTree,cv::FileStorage {lvalue}) |
write_d5b05f94ebb65d268cbd4756fe0d6221( (CvDTree)inst, (FileStorage)fs, (str)name) -> None : Wrapped function: write Argument 'fs': C/C++ type: ::CvFileStorage *. Python type: FileStorage. C++ signature : void write_d5b05f94ebb65d268cbd4756fe0d6221(CvDTree,cv::FileStorage {lvalue},char const*) |
|
this
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 08 01:48:15 2010 | http://epydoc.sourceforge.net |