CORElearn: CORElearn - classification, regression, feature evaluation and ordinal evaluation

CORElearn is machine learning suite ported to R from standalone C++ package. It contains several model learning techniques in classification and regression, for example classification and regression trees with optional constructive induction and models in the leafs, random forests, kNN, naive Bayes, and locally weighted regression. It is especially strong in feature evaluation algorithms where it contains several variants of Relief algorithm and many impurity based attribute evaluation functions, e.g., Gini, information gain, MDL, DKM, ... Its additional strength is ordEval algorithm and its visualization used for ordinal features and class. Several algorithms support parallel multithreaded execution via OpenMP. Windows binary versions supporting multithreading are available on package website, as CRAN uses different toolchain. The top level documentation is reachable through ?CORElearn.

Version: 0.9.41
Depends: cluster, rpart, stats
Suggests: lattice
Published: 2013-01-04
Author: Marko Robnik-Sikonja, Petr Savicky
Maintainer: Marko Robnik-Sikonja <marko.robnik at fri.uni-lj.si>
License: GPL-3 (see file LICENCE)
URL: http://lkm.fri.uni-lj.si/rmarko/software/
NeedsCompilation: yes
In views: MachineLearning
CRAN checks: CORElearn results

Downloads:

Package source: CORElearn_0.9.41.tar.gz
MacOS X binary: CORElearn_0.9.41.tgz
Windows binary: CORElearn_0.9.41.zip
Reference manual: CORElearn.pdf
News/ChangeLog:ChangeLog
Old sources: CORElearn archive