| 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*)
|
calc_error( (CvBoostTree)arg1, (CvMLData)_data, (object)type [, (vector_float32)resp=None]) -> float :
C++ signature :
float calc_error(CvBoostTree {lvalue},CvMLData*,int [,std::vector<float, std::allocator<float> >*=None])
calc_error( (CvBoostTree)arg1, (CvMLData)_data, (object)type [, (vector_float32)resp=None]) -> float :
C++ signature :
float calc_error(CvBoostTree_wrapper {lvalue},CvMLData*,int [,std::vector<float, std::allocator<float> >*=None])
|
clear( (CvBoostTree)arg1) -> None :
C++ signature :
void clear(CvBoostTree {lvalue})
clear( (CvBoostTree)arg1) -> None :
C++ signature :
void clear(CvBoostTree_wrapper {lvalue})
|
get_var_importance( (CvBoostTree)arg1) -> CvMat :
C++ signature :
CvMat const* get_var_importance(CvBoostTree {lvalue})
get_var_importance( (CvBoostTree)arg1) -> CvMat :
C++ signature :
CvMat const* get_var_importance(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( (CvDTree)inst, (Mat)_sample [, (Mat)_missing_data_mask=Mat() [, (bool)preprocessed_input=False]]) -> object :
Argument '_sample':
C++ type: ::CvMat const *
Python type: Mat
Argument '_missing_data_mask':
C++ type: ::CvMat const *
Python type: Mat
C++ signature :
boost::python::api::object predict(CvDTree,cv::Mat {lvalue} [,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 {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 'fs':
C++ type: ::CvFileStorage *
Python type: FileStorage
Argument 'node':
C++ type: ::CvFileNode *
Python type: FileNode
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 'fs':
C++ type: ::CvFileStorage *
Python type: FileStorage
Argument 'node':
C++ type: ::CvFileNode *
Python type: FileNode
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 'fs':
C++ type: ::CvFileStorage *
Python type: FileStorage
Argument 'node':
C++ type: ::CvFileNode *
Python type: FileNode
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.ml_ext.CvDTreeParams object at 0x021E22B0>]) -> bool :
C++ signature :
bool train(CvBoostTree {lvalue},CvMLData* [,CvDTreeParams=<pyopencv.ml_ext.CvDTreeParams object at 0x021E22B0>])
train( (CvBoostTree)arg1, (CvMLData)_data [, (CvDTreeParams)_params=<pyopencv.ml_ext.CvDTreeParams object at 0x021E22B0>]) -> bool :
C++ signature :
bool train(CvBoostTree_wrapper {lvalue},CvMLData* [,CvDTreeParams=<pyopencv.ml_ext.CvDTreeParams object at 0x021E22B0>])
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.ml_ext.CvDTreeParams object at 0x021E2260>]]]]]) -> 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.ml_ext.CvDTreeParams object at 0x021E2260>]]]]])
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.ml_ext.CvDTreeParams object at 0x021E2260>]]]]]) -> 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.ml_ext.CvDTreeParams object at 0x021E2260>]]]]])
|
train_0503ec4c95e73eb7564170b4ebf2868c( (CvBoostTree)inst, (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.ml_ext.CvDTreeParams object at 0x021E2300>]]]]]) -> object :
Wrapped function:
train
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_0503ec4c95e73eb7564170b4ebf2868c(CvBoostTree {lvalue},cv::Mat {lvalue},int,cv::Mat {lvalue} [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,cv::Mat=Mat() [,CvDTreeParams=<pyopencv.ml_ext.CvDTreeParams object at 0x021E2300>]]]]])
|
train_b294c2069381303933ee1350dc284522( (CvBoostTree)inst, (CvDTreeTrainData)_train_data, (Mat)_subsample_idx) -> object :
Wrapped function:
train
Argument '_subsample_idx':
C++ type: ::CvMat const *
Python type: Mat
C++ signature :
boost::python::api::object train_b294c2069381303933ee1350dc284522(CvBoostTree {lvalue},CvDTreeTrainData*,cv::Mat {lvalue})
|
train_e4be1213b90d12567ec59f1f7ca0b8ae( (CvBoostTree)inst, (CvDTreeTrainData)_train_data, (Mat)subsample_idx, (CvBoost)ensemble) -> object :
Wrapped function:
train
Argument 'subsample_idx':
C++ type: ::CvMat const *
Python type: Mat
C++ signature :
boost::python::api::object train_e4be1213b90d12567ec59f1f7ca0b8ae(CvBoostTree {lvalue},CvDTreeTrainData*,cv::Mat {lvalue},CvBoost*)
|
write_d1e064f966d50e01902f80ef0f045741( (CvDTree)inst, (FileStorage)fs) -> None :
Wrapped function:
write
Argument 'fs':
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++ 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 Sat Sep 25 18:31:10 2010 | http://epydoc.sourceforge.net |