Home
last modified time | relevance | path

Searched refs:CondThreePoints (Results 1 – 2 of 2) sorted by relevance

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/learning/
H A DMiic.h57 using CondThreePoints = std::tuple< NodeId, NodeId, NodeId, std::vector< NodeId > >; variable
58 using CondRanking = std::pair< CondThreePoints*, double >;
H A DMiic.cpp638 auto tup = new CondThreePoints{x, y, maxZ, ui}; in findBestContributor_()