/decision-support-system

Decision support system for ARFF data files using Naive-Bayes, KNN, ID3, Artificial Neural Network and SVMs

Primary LanguageC#

## Description
A Windows app using Weka library to classify ARFF data. DLLs in lib folder must be imported.

## Functionality
After importing an ARFF file, the app will train and test data.
Then it will allow you to dynamically add new rows and see which group they belong, using the most successful method.