50#ifndef GUM_LEAF_PAIR_H
51#define GUM_LEAF_PAIR_H
89 void*
operator new(
size_t s);
91 void operator delete(
void* p);
<agrum/FMDP/learning/datastructure/leaves/abstractLeaf.h>
AbstractLeaf * secondLeaf()
LeafPair(AbstractLeaf *l1, AbstractLeaf *l2)
Default constructor.
AbstractLeaf * firstLeaf()
bool contains(NodeId testedId)
Returns true if pair has leaf in it.
AbstractLeaf * otherLeaf(AbstractLeaf *l) const
void updateLikelyhood()
Updates GStatistic.
~LeafPair()
Default destructor.
double likelyhood()
Updates GStatistic.
AbstractLeaf * convert2Leaf(NodeId leafId) const
Returns a leaf matching data and having given id as id.
Headers of the abstract leaf class.
Size NodeId
Type for node ids.
gum is the global namespace for all aGrUM entities