16 #ifndef __IPSDKIPLATTRIBUTES_RANDOMFORESTTREE_H__ 17 #define __IPSDKIPLATTRIBUTES_RANDOMFORESTTREE_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RandomForestTreeNode.h> 71 #endif // __IPSDKIPLATTRIBUTES_RANDOMFORESTTREE_H__ std::vector< RandomForestTreeConstPtr > RandomForestTreeConstColl
Collection of ipsdk::imaproc::RandomForestTree.
Definition: RandomForestTree.h:142
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< ipsdk::imaproc::attr::RandomForestTree > RandomForestTreePtr
shared pointer to ipsdk::imaproc::RandomForestTree
Definition: RandomForestTree.h:130
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RandomForestTreePtr createRandomForestTree()
function allowing to create an empty random forest tree
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::RandomForestTree > RandomForestTreeConstPtr
shared pointer to const ipsdk::imaproc::RandomForestTree
Definition: RandomForestTree.h:134
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
Describes a node parameters in a random forest tree.
Definition: RandomForestTreeNode.h:66
boost::shared_ptr< ipsdk::imaproc::attr::RandomForestTreeNode > RandomForestTreeNodePtr
shared pointer to ipsdk::imaproc::RandomForestTreeNode
Definition: RandomForestTreeNode.h:224
std::vector< RandomForestTreePtr > RandomForestTreeColl
Collection of ipsdk::imaproc::RandomForestTree.
Definition: RandomForestTree.h:138