#include <BayesLocalOperation.h>
 | 
| std::unique_ptr< te::mem::DataSet >  | createDataSet (te::da::DataSet *inputDataSet, te::da::DataSetType *dsType) | 
|   | 
| std::unique_ptr< te::da::DataSetType >  | createDataSetType (te::da::DataSetType *dsType) | 
|   | 
| void  | runBayesLocal (te::mem::DataSet *ds, std::size_t idIdx, std::size_t eventIdx, std::size_t popIdx, std::size_t neighEventIdx, std::size_t neighPopIdx, std::size_t bayesIdx, std::size_t gpmEventIdx, std::size_t gpmPopIdx) | 
|   | 
| void  | saveDataSet (te::da::DataSet *dataSet, te::da::DataSetType *dsType) | 
|   | 
Definition at line 55 of file BayesLocalOperation.h.
 
      
        
          | te::sa::BayesLocalOperation::BayesLocalOperation  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | te::sa::BayesLocalOperation::~BayesLocalOperation  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Function used to create the output dataset 
 
 
Function used to create the output dataset type 
 
 
      
        
          | void te::sa::BayesLocalOperation::execute  | 
          ( | 
           | ) | 
           | 
        
      
 
Function to execute the bayes operation. 
 
 
  
  
      
        
          | void te::sa::BayesLocalOperation::runBayesLocal  | 
          ( | 
          te::mem::DataSet *  | 
          ds,  | 
         
        
           | 
           | 
          std::size_t  | 
          idIdx,  | 
         
        
           | 
           | 
          std::size_t  | 
          eventIdx,  | 
         
        
           | 
           | 
          std::size_t  | 
          popIdx,  | 
         
        
           | 
           | 
          std::size_t  | 
          neighEventIdx,  | 
         
        
           | 
           | 
          std::size_t  | 
          neighPopIdx,  | 
         
        
           | 
           | 
          std::size_t  | 
          bayesIdx,  | 
         
        
           | 
           | 
          std::size_t  | 
          gpmEventIdx,  | 
         
        
           | 
           | 
          std::size_t  | 
          gpmPopIdx  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
 
Function used to save the output dataset 
 
 
The documentation for this class was generated from the following file: