Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 33 found.
[1] < 1 2 3 4 > [4]  Sort:

regDataGen (Package: CORElearn) : Artificial data for testing regression algorithms

The generator produces regression data data with 4 discrete and 7 numeric attributes.
● Data Source: CranContrib
● Keywords: data, datagen
● Alias: regDataGen
● 0 images

CORElearn-internal (Package: CORElearn) : Internal structures of CORElearn C++ part

The package CORElearn is an R port of CORElearn data mining system. This document is a short description of the C++ part which can also serve as a standalone Linux or Windows data mining system, its organization and main classes and data structures.
● Data Source: CranContrib
● Keywords: classif, models, regression, tree
● Alias: CORElearn-internal
● 0 images

CoreModel (Package: CORElearn) : Build a classification or regression model

Builds a classification or regression model from the data and formula with given parameters. Classification models available are
● Data Source: CranContrib
● Keywords: classif, loess, models, multivariate, nonlinear, regression, tree
● Alias: CoreModel
● 0 images

plot.CoreModel (Package: CORElearn) : Visualization of CoreModel models

The method plot visualizes the models returned by CoreModel() function or summaries obtained by applying these models to data. Different plots can be produced depending on the type of the model.
● Data Source: CranContrib
● Keywords: cluster, robust, tree
● Alias: plot.CoreModel
8 images

rfProximity (Package: CORElearn) : A random forest based proximity function

Random forest computes similarity between instances with classification of out-of-bag instances. If two out-of-bag cases are classified in the same tree leaf the proximity between them is incremented.
● Data Source: CranContrib
● Keywords: cluster, robust
● Alias: rfProximity
1 images

getCoreModel (Package: CORElearn) : Conversion of model to a list

Function converts given model from internal structures in C++ to R's data structures.
● Data Source: CranContrib
● Keywords: classif, models, multivariate, regression, tree
● Alias: getCoreModel
● 0 images

getRpartModel (Package: CORElearn) : Conversion of a CoreModel tree into a rpart.object

The function converts a given CoreModel model (decision or regression tree) into a rpart.object prepared for visualization with plot function.
● Data Source: CranContrib
● Keywords: tree
● Alias: getRpartModel
2 images

infoCore (Package: CORElearn) : Description of certain CORElearn parameters

Depending on parameter what the function prints some information on CORElearn, for example codes of available classification (or regression) attribute evaluation heuristics. For more complete description of the parameters see helpCore.
● Data Source: CranContrib
● Keywords: classif, models, nonlinear, regression, tree
● Alias: infoCore
● 0 images

testCore (Package: CORElearn) : Verification of the CORElearn installation

Performs a partial check of the classification part of CORElearn.
● Data Source: CranContrib
● Keywords: classif
● Alias: allTests, testCore, testCoreAttrEval, testCoreClass, testCoreNA, testCoreOrdEval, testCoreRPORT, testCoreRand, testCoreReg
● 0 images

paramCoreIO (Package: CORElearn) : Input/output of parameters from/to file

All the parameters of the given model are written directly to file, or read from file into model.
● Data Source: CranContrib
● Keywords: classif, models, nonlinear, regression, tree
● Alias: paramCoreIO
● 0 images