/algorithms-datascience-java

Implementation of Data Science Algorithms using Java

Primary LanguageJava

Data Science Algorithms - Java

Implementation of data science algorithms using java. This project consists of the following algorithms:

  • Naive Bayes Classifier.

Data Sets

Getting Started

These instructions will get you a brief idea on setting up the environment and running on your local machine for development and testing purposes.

Prerequisities

  • Java

Setup and running tests

  1. Run javac and java -version to check the installation

  2. Execute the following commands from terminal to run the tests:

    javac NaiveBayesClassifier.java java NaiveBayesClassifier