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

skewness (Package: e1071) : Skewness

Computes the skewness.
● Data Source: CranContrib
● Keywords: univar
● Alias: skewness
● 0 images

ica (Package: e1071) : Independent Component Analysis

This is an R-implementation of the Matlab-Function of Petteri.Pajunen@hut.fi.
● Data Source: CranContrib
● Keywords: multivariate
● Alias: ica, plot.ica, print.ica
● 0 images

tune.wrapper (Package: e1071) : Convenience Tuning Wrapper Functions

Convenience tuning wrapper functions, using tune.
● Data Source: CranContrib
● Keywords: models
● Alias: best.nnet, best.randomForest, best.rpart, best.svm, tune.knn, tune.nnet, tune.randomForest, tune.rpart, tune.svm, tune.wrapper
● 0 images

read.matrix.csr (Package: e1071) : Read/Write Sparse Data

reads and writes a file in sparse data format.
● Data Source: CranContrib
● Keywords: IO
● Alias: read.matrix.csr, write.matrix.csr
● 0 images

rectangle.window (Package: e1071) : Computes the Coefficients of a Rectangle Window.

Returns the filter coefficients of a rectangle window. That is a vector of n 1.
● Data Source: CranContrib
● Keywords: ts
● Alias: rectangle.window
● 0 images

hamming.distance (Package: e1071) : Hamming Distances of Vectors

If both x and y are vectors, hamming.distance returns the Hamming distance (number of different elements) between this two vectors. If x is a matrix, the Hamming distances between the rows of x are computed and y is ignored.
● Data Source: CranContrib
● Keywords: multivariate
● Alias: hamming.distance
● 0 images

bincombinations (Package: e1071) : Binary Combinations

Returns a matrix containing the 2^p vectors of length p.
● Data Source: CranContrib
● Keywords: utilities
● Alias: bincombinations
● 0 images

cmeans (Package: e1071) : Fuzzy C-Means Clustering

The fuzzy version of the known kmeans clustering algorithm as well as an on-line variant (Unsupervised Fuzzy Competitive learning).
● Data Source: CranContrib
● Keywords: cluster
● Alias: cmeans, print.fclust
● 0 images

interpolate (Package: e1071) : Interpolate Values of Array

For each row in matrix x, the hypercube of a containing this point is searched. The corners of the hypercube are linearly interpolated. By default, dimnames(a) is taken to contain the coordinate values for each point in a. This can be overridden using adims. If method=="constant", the value of the “lower left” corner of the hypercube is returned.
● Data Source: CranContrib
● Keywords: arith, multivariate
● Alias: interpolate
● 0 images

permutations (Package: e1071) : All Permutations of Integers 1:n

Returns a matrix containing all permutations of the integers 1:n (one permutation per row).
● Data Source: CranContrib
● Keywords: datagen
● Alias: permutations
● 0 images