wzh99 / DecisionTree

Implementation of simple decision tree algorithms in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DecisionTree

A course project of SJTU CS214 Algorithm and Complexity, which implements basic decision tree algorithms.

Algorithms Implemented

  • ID3
  • C4.5
  • Random Forest (with bagging)

Usage

There is no main program in this project. All runnable programs are tests. Use go test ./... -v to run all these tests and show outputs.

About

Implementation of simple decision tree algorithms in Go.


Languages

Language:Go 100.0%