Package: CORElearn
Title: Classification, Regression and Feature Evaluation
Version: 1.57.3.1
Date: 2022-11-18
Authors@R: c(person(given = "Marko",
                    family = "Robnik-Sikonja",
                    role = c("aut", "cre"),
		      email = "marko.robnik@fri.uni-lj.si"),
             person(given = "Petr",
                    family = "Savicky",
                    role = "aut"))
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.
License: GPL-3
URL: http://lkm.fri.uni-lj.si/rmarko/software/
Imports: cluster,stats,nnet,plotrix,rpart.plot
Suggests: lattice,MASS,ExplainPrediction
NeedsCompilation: yes
Repository: CRAN
Packaged: 2024-11-04 22:09:49 UTC; hornik
Date/Publication: 2024-11-04 22:25:55 UTC
Author: Marko Robnik-Sikonja [aut, cre],
  Petr Savicky [aut]
Maintainer: Marko Robnik-Sikonja <marko.robnik@fri.uni-lj.si>
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 02:09:45 UTC; unix
Archs: CORElearn.so.dSYM
