Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 280 Bytes

DataMiningCrossValidation

You should add weka.jar

  1. Download weka.jar from https://sourceforge.net/projects/weka/
  2. In java project options choose -> Propeties
  3. Then in Java Biuld Path section choose -> Add External JARs
  4. Find weka.jar file and open it
  5. Click -> Apply