robsonfelix / DecisionTreeMaker

Simple Windows Application that draws a decision tree out of a CSV file data set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DecisionTreeMaker

Simple Windows Application that draws a decision tree out of a CSV file data set

Description

DecisionTreeMaker is a Windows WPF application made with C# and F# to compute the Decision tree and present it in a nice way all by showing the data set by its side.

Prerequisites

To build the project you must have .Net Framework 4.6.1 and F# tools installed.

Inputs

The input file must be CSV file that doesn't contain an ID column in the beginning and must have a Class column at the end with the name "Class".

Use

The use of the application is very simple, just open a new valid CSV file by clicking on the button in the left upper corner or by dragging it to the left area, result will be shown as this screen shot :

alt text

License

This project is under the [Creative Commons Attribution NonCommercial NoDerivs (CC-NC-ND)] (https://tldrlegal.com/license/creative-commons-attribution-noncommercial-noderivs-(cc-nc-nd)#summary) fully described in the (c.f. License.txt) file.

CC-NC-ND

About

Simple Windows Application that draws a decision tree out of a CSV file data set


Languages

Language:C# 69.2%Language:F# 30.8%Language:Smalltalk 0.0%