Skip to content

tmpest/CS412-Assignment3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS 412: Introduction to Data Mining
Assignment 3: Classification Framework

December 5, 2012

The purpose behind the assignment was to develop a classification program that 
can take in two arguments. The first argument is a file that was the classifier
trainer. The second argument is the file to run the classifier upon. The files 
were show a tuple in the following format:
1. the first element is always a +1 or a -1 (including the sign) indicating 
whether or not he tuple has one of two out comes.
2. the following elements are always seperated by a tab or "\t" chatacter
3. the following elements are natural numbers representing discrete values for 
the attributes they represent.

The program will output 4 numbers indicating some statistical information:
- True Positives
- False Negatives
- False Positives
- True Negatives

About

CS 412: Data Mining - Assignment3: Creating a Classification Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages