Learn R Programming

CORElearn (version 1.57.3)

Classification, Regression and Feature Evaluation

Description

A suite of machine learning algorithms written in C++ with the R interface contains several learning techniques for classification and regression. Predictive models include e.g., classification and regression trees with optional constructive induction and models in the leaves, random forests, kNN, naive Bayes, and locally weighted regression. All predictions obtained with these models can be explained and visualized with the 'ExplainPrediction' package. This package is especially strong in feature evaluation where it contains several variants of Relief algorithm and many impurity based attribute evaluation functions, e.g., Gini, information gain, MDL, and DKM. These methods can be used for feature selection or discretization of numeric attributes. The OrdEval algorithm and its visualization is used for evaluation of data sets with ordinal features and class, enabling analysis according to the Kano model of customer satisfaction. Several algorithms support parallel multithreaded execution via OpenMP. The top-level documentation is reachable through ?CORElearn.

Copy Link

Version

Install

install.packages('CORElearn')

Monthly Downloads

4,477

Version

1.57.3

License

GPL-3

Last Published

November 18th, 2022

Functions in CORElearn (1.57.3)

CORElearn-internal

Internal structures of CORElearn C++ part
cvGen

Cross-validation and stratified cross-validation
classDataGen

Artificial data for testing classification algorithms
auxTest

Test functions for manual usage
classPrototypes

The typical instances of each class - class prototypes
CORElearn-package

R port of CORElearn
CoreModel

Build a classification or regression model
attrEval

Attribute evaluation
destroyModels

Destroy single model or all CORElearn models
calibrate

Calibration of probabilities according to the given prior.
getRpartModel

Conversion of a CoreModel tree into a rpart.object
infoCore

Description of certain CORElearn parameters
noEqualRows

Number of equal rows in two data sets
modelEval

Statistical evaluation of predictions
display.CoreModel

Displaying decision and regression trees
getCoreModel

Conversion of model to a list
ordDataGen

Artificial data for testing ordEval algorithms
getRFsizes

Get sizes of the trees in RF
helpCore

Description of parameters.
discretize

Discretization of numeric attributes
regDataGen

Artificial data for testing regression algorithms
plot.ordEval

Visualization of ordEval results
ordEval

Evaluation of ordered attributes
reliabilityPlot

Plots reliability plot of probabilities
rfAttrEval

Attribute evaluation with random forest
preparePlot

Prepare graphics device
rfClustering

Random forest based clustering
plot.CoreModel

Visualization of CoreModel models
testCore

Verification of the CORElearn installation
predict.CoreModel

Prediction using constructed model
paramCoreIO

Input/output of parameters from/to file
versionCore

Package version
rfProximity

A random forest based proximity function
saveRF

Saves/loads random forests model to/from file
rfOOB

Out-of-bag performance estimation for random forests
rfOutliers

Random forest based outlier detection