mlem2
By Clay Beabout For EECS 690 Data Mining. Implementation of the MLEM2 Algorithm
How to run the program
From the repository, in a terminal window:
- run
ruby mlem2.rb
- pass a valid filename (ending in
.txt
) from the directory. You may use any of the.txt
files already in the directory (austr.txt, test.txt, iris.txt, wine.txt) - You MUST include an input file from the directory for proper use