Data mining Programm in Java
-- These are Data mining programms which I have written in Java ---
-
You just have to compile .java file using following command
javac <programm_name>.java programm_name.class
-
After that run following command to run .class file
java programm_name