Skip to content

A simple decision tree implementation in Java, used in classes

Notifications You must be signed in to change notification settings

nilsreiter/simple-decision-tree-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a simple implementation of a decision tree algorithm (following Quinlan's ID3). To represent the data set, it uses the Weka library.

This implementation has purely educational purposes and should (probably) not be used for productive use.

About

A simple decision tree implementation in Java, used in classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages