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 - 9 of 9 found.
[1] < 1 > [1]  Sort:

CVST-package (Package: CVST) :

This package implements the fast cross-validation via sequential testing (CVST) procedure. CVST is an improved cross-validation procedure which uses non-parametric testing coupled with sequential analysis to determine the best parameter set on linearly increasing subsets of the data. By eliminating underperforming candidates quickly and keeping promising candidates as long as possible, the method speeds up the computation while preserving the capability of a full cross-validation. Additionally to the CVST the package contains an implentation of the ordinary k-fold cross-validation with a flexible and powerful set of helper objects and methods to handle the overall model selection process. The implementations of the Cochran's Q test with permutations and the sequential testing framework of Wald are generic and can therefore also be used in other contexts.
● Data Source: CranContrib
● Keywords: package
● Alias: CVST, CVST-package
● 0 images

constructLearner (Package: CVST) :

These methods construct a CVST.learner object suitable for the CVST method. These objects provide the common interface needed for the CV and fastCV methods. We provide kernel logistic regression, kernel ridge regression, support vector machines and support vector regression as fully functional implementation templates.
● Data Source: CranContrib
● Keywords:
● Alias: constructKRRLearner, constructKlogRegLearner, constructLearner, constructSVMLearner, constructSVRLearner
● 0 images

constructSequentialTest (Package: CVST) :

These functions handle the construction and calculation with sequential tests as introduced by Wald (1947). getCVSTTest constructs a special sequential test as introduced in Krueger (2011). testSequence test a sequence of 0/1 whether it is distributed according to H0 or H1.
● Data Source: CranContrib
● Keywords:
● Alias: constructSequentialTest, getCVSTTest, plotSequence, testSequence
1 images

fastCV (Package: CVST) :

CVST is an improved cross-validation procedure which uses non-parametric testing coupled with sequential analysis to determine the best parameter set on linearly increasing subsets of the data. By eliminating underperforming candidates quickly and keeping promising candidates as long as possible, the method speeds up the computation while preserving the capability of a full cross-validation.
● Data Source: CranContrib
● Keywords:
● Alias: fastCV
● 0 images

constructData (Package: CVST) :

The CVST methods needs a structured interface to both regression and classification data sets. These helper methods allow the construction and consistence handling of these types of data sets.
● Data Source: CranContrib
● Keywords:
● Alias: constructData, getN, getSubset, getX, isClassification, isRegression, shuffleData
● 0 images

CV (Package: CVST) :

Performs the usual k-fold cross-validation procedure on a given data set, parameter grid and learner.
● Data Source: CranContrib
● Keywords:
● Alias: CV
● 0 images

constructParams (Package: CVST) :

This is a helper function which, geiven a named list of parameter choices, expand the complete grid and returns a CVST.params object suitable for CV and fastCV.
● Data Source: CranContrib
● Keywords:
● Alias: constructParams
● 0 images

constructCVSTModel (Package: CVST) :

This is an helper object of type CVST.setup conatining all necessary parameters for a CVST run.
● Data Source: CranContrib
● Keywords:
● Alias: constructCVSTModel
● 0 images

cochranq.test (Package: CVST) :

Performs the Cochran's Q test on the data. If the data matrix contains too few elements, the chisquare distribution of the test statistic is replaced by a permutation variant.
● Data Source: CranContrib
● Keywords:
● Alias: cochranq.test
● 0 images