Research Article

A Hadoop-Based Method to Predict Potential Effective Drug Combination

Algorithm 1

The workflow of the scalable version of the Naïve Bayesian algorithm implemented by MapReduce.
Step  1.
map:
foreach training sample: ( )
  
reduce:
  
Step  2.
map:
foreach training sample: ( )
  foreach feature
   
reduce:
foreach class
  
Step  3.
map:
foreach class
  foreach testing sample: ( )
   
reduce: