16 #ifndef __IPSDKIPLATTRIBUTES_RANDOMFORESTTREENODE_H__ 17 #define __IPSDKIPLATTRIBUTES_RANDOMFORESTTREENODE_H__ 36 ((ENUMLEAF)(Type)(eRandomForestTreeNodeType)(eRandomForestTreeNodeType::eRFTNT_Leaf))
38 ((LEAF)(Threshold)(
ipsdk::ipReal64)(NumericLimits<ipsdk::ipReal64>::max()))
64 const eRandomForestTreeNodeType type,
79 #endif // __IPSDKIPLATTRIBUTES_RANDOMFORESTTREENODE_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::RandomForestTreeNode > RandomForestTreeNodeConstPtr
shared pointer to const ipsdk::imaproc::RandomForestTreeNode
Definition: RandomForestTreeNode.h:228
std::vector< RandomForestTreeNodeConstPtr > RandomForestTreeNodeConstColl
Collection of ipsdk::imaproc::RandomForestTreeNodeConstPtr.
Definition: RandomForestTreeNode.h:236
std::vector< RandomForestTreeNodePtr > RandomForestTreeNodeColl
Collection of ipsdk::imaproc::RandomForestTreeNodePtr.
Definition: RandomForestTreeNode.h:232
Definition of import/export macro for library.
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RandomForestTreeNodePtr createRandomForestTreeNode(const ipsdk::ipInt32 idx, const eRandomForestTreeNodeType type, const ipsdk::ipInt16 featureIdx, const ipsdk::ipReal64 threshold, const ipsdk::ipInt32 nodeIdxTrue, const ipsdk::ipInt32 nodeIdxFalse, const ipsdk::ipInt32 value)
function allowing to create a random forest tree node from its parameters
Predefined types for random forest classification.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< ipsdk::imaproc::attr::RandomForestTreeNode > RandomForestTreeNodePtr
shared pointer to ipsdk::imaproc::RandomForestTreeNode
Definition: RandomForestTreeNode.h:224