# Packages
# README
Classification Trees in Go
The Go Package seehuhn.de/go/classification/tree
implements
classification trees as described in [HaTiFrie09]_
Copyright (C) 2014, 2015 Jochen Voss
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
.. [HaTiFrie09] Trevor Hastie, Robert Tibshirani, Jerome Friedman: The Elements of Statistical Learning, second edition,Springer, 2009
Current Status
The package is still experimental and changes frequently. (Constructive) comments on the API or the implementation would be very welcome.
Installation
This package can be installed using the go get
command::
go get seehuhn.de/go/classification/tree
Usage
The current interface can be seen via the package's onlinehelp, either on godoc.org_ or on the command line::
godoc seehuhn.de/go/classification/tree
.. _godoc.org: http://godoc.org/seehuhn.de/go/classification/tree
Online Resources
There are many online resources about classification trees available. Some examples: