Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 345 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 345 Bytes

ParallelComputationTwoFoldRS

Implement parallel computing of Reducts in RoughSet using Hadoop's Map-Reduce.

  • Using Map-Reduct, the calculation of Reducts in RoughSet is faster and more efficient.
  • Map-Reduce allows RoughSet can deal with large data, which is nearly impossible with the original RoughSet
  • The implementation is in Java.