00001 #include "PartitionFunctor.hpp" 00002 00003 using namespace indii::ml::aux; 00004 00005 PartitionFunctor::PartitionFunctor(const DiracMixturePdf& p, 00006 const unsigned int index, const double value) : p(p), index(index), 00007 value(value) { 00008 // 00009 } 00010 00011 PartitionFunctor::~PartitionFunctor() { 00012 // 00013 } 00014
1.5.3