ScottOnestak / Pima-KNN-NaiveBayes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pima-KNN-NaiveBayes

MyProgram.java executes by passing in the file to execute on as a command line argument.

Distances.java store the k-nearest neighbors.

Instances.java store the instances of the data data in a hashmap.

pima.csv contains all the data values.

pima-CFS.csv contains the correlation-based feature selections using Weka.

pima-folds.csv lists the folds used in cross-fold validation.

report.pdf explains the data, methods, and results of the KNN and Naive Bayes implementation as well as other requirements for the assignment.

About


Languages

Language:Java 100.0%