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 74 found.
[1] < 1 2 3 4 5 6 7 8 > [8]  Sort:

learner-class (Package: DMwR) : Class "learner"

Objects of the class learner represent learning systems that can be used in the routines designed to carry out experimental comparisons within the DMwR package.
● Data Source: CranContrib
● Keywords: classes
● Alias: learner, learner-class, show,learner-method
● 0 images

SMOTE (Package: DMwR) :

This function handles unbalanced classification problems using the SMOTE method. Namely, it can generate a new "SMOTEd" data set that addresses the class unbalance problem. Alternatively, it can also run a classification algorithm on this new data set and return the resulting model.
● Data Source: CranContrib
● Keywords: models
● Alias: SMOTE
● 0 images

trading.signals (Package: DMwR) :

This function transforms a set of numeric values into a set of trading signals according to two thresholds: one that establishes the limit above which any value will be transformed into a buy signal ('b'), and the other that sets the value below which we have a sell signal ('s'). Between the two thresholds we will have a hold signal ('h').
● Data Source: CranContrib
● Keywords: models
● Alias: trading.signals
● 0 images

slidingWindowTest (Package: DMwR) :

This function implements the sliding window learning method that is frequently used in time series forecasting. The function allows applying this methodology to any modelling technique. The function returns the predictions of this technique, when applied using a sliding window approach, for the given test set.
● Data Source: CranContrib
● Keywords: models
● Alias: slidingWindowTest
● 0 images

dsNames (Package: DMwR) :

This function produces a vector with the names of the datasets involved in an experimental comparison
● Data Source: CranContrib
● Keywords: models
● Alias: dsNames
● 0 images

cvRun-class (Package: DMwR) : Class "cvRun"

This is the class of the objects holding the results of a cross validation experiment.
● Data Source: CranContrib
● Keywords: classes
● Alias: cvRun, cvRun-class, plot,cvRun,missing-method, summary,cvRun-method
● 0 images

bootSettings-class (Package: DMwR) : Class "bootSettings"

This class of objects contains the information describing a bootstrap experiment, i.e. its settings.
● Data Source: CranContrib
● Keywords: classes
● Alias: bootSettings, bootSettings-class, show,bootSettings-method
● 0 images

bootRun-class (Package: DMwR) : Class "bootRun"

This is the class of the objects storing the results of a bootstrap experiment.
● Data Source: CranContrib
● Keywords: classes
● Alias: bootRun, bootRun-class, summary,bootRun-method
● 0 images

PRcurve (Package: DMwR) :

Precision/recall (PR) curves are visual representations of the performance of a classification model in terms of the precision and recall statistics. The curves are obtained by proper interpolation of the values of the statistics at different working points. These working points can be given by different cut-off limits on a ranking of the class of interest provided by the model.
● Data Source: CranContrib
● Keywords: models
● Alias: PRcurve
● 0 images

reachability (Package: DMwR) :

This function computes the reachability measure for each instance of a dataset. This result is used later to compute the Local Outlyingness Factor.
● Data Source: CranContrib
● Keywords: models
● Alias: reachability
● 0 images