# README
go-mining
Go-mining is a small library for data mining.
The library is written in Go language.
Features
Classifiers
- CART
- Random Forest
- Cascaded Random Forest
Resampling
- SMOTE
- LN-SMOTE (Local Neigbourhood SMOTE)
Miscellaneous
- Computing Gini index
- Computing K-Nearest Neighbourhood
# Packages
No description provided by the author
Package dataset extend the dsv.Reader to read data from delimited separated
value (DSV) file by adding attribute ClassIndex which indicate the index of
target attribute (class) in data.
No description provided by the author
Package knn implement the K Nearest Neighbor using Euclidian to compute the
distance between samples.
Package math provide generic functions working with math.
No description provided by the author
No description provided by the author