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

hinge (Package: SVMMaj) : Hinge error function of SVM-Maj

This function creates a function to compute the hinge error, given its predicted value q and its class y, according to the loss term of the Support Vector machine loss function.
● Data Source: CranContrib
● Keywords:
● Alias: getHinge, plot.hinge, print.hinge
1 images

isb (Package: SVMMaj) : I-spline basis of each column of a given matrix

Create a I-spline basis for an array. will equally distribute the knots over the value range using quantiles.
● Data Source: CranContrib
● Keywords:
● Alias: isb
● 0 images

normalize (Package: SVMMaj) : Normalize/standardize the colums of a matrix

Standardize the columns of an attribute matrix X to zscores, to the range [0 1] or a prespecified scale.
● Data Source: CranContrib
● Keywords:
● Alias: normalize
● 0 images

predict.svmmaj (Package: SVMMaj) : Out-of-Sample Prediction from Unseen Data.

This function predicts the predicted value (including intercept), given a previous trained model which has been returned by svmmaj.
● Data Source: CranContrib
● Keywords:
● Alias: predict.svmmaj, print.q.svmmaj
1 images

svmmaj (Package: SVMMaj) : SVM-Maj Algorithm

SVM-Maj is an algorithm to compute a support vector machine (SVM) solution. In its most simple form, it aims at finding hyperplane that optimally separates two given classes. This objective is equivalent to finding a linear combination of k predictor variables to predict the two classes for n observations. SVM-Maj minimizes the standard support vector machine (SVM) loss function. The algorithm uses three efficient updates for three different situations: primal method which is efficient in the case of n>k, the decomposition method, used when the matrix of predictor variables is not of full rank, and a dual method, that is efficient when n<k. Apart from the standard absolute hinge error, SVM-Maj can also handle the quadratic and the Huber hinge.
● Data Source: CranContrib
● Keywords:
● Alias: plot.svmmaj, plotWeights, print.summary.svmmaj, print.svmmaj, summary.svmmaj, svmmaj, svmmaj.default
1 images

svmmajcrossval (Package: SVMMaj) : k-fold Cross-Validation of SVM-Maj

This function performs a gridsearch of k-fold crossvalidations using SVM-Maj and returns the combination of input values which has the best forecasting performance.
● Data Source: CranContrib
● Keywords:
● Alias: svmmajcrossval
● 0 images