Learn R Programming

survivalsvm (version 0.0.5)

Diffmatrix: Diffmatrix.

Description

constructs objects of class Diffmatrix.

Usage

Diffmatrix(Type = NULL, Mat = NULL)

Value

[Diffmatrix(1)] Mutated object of class Diffmatrix containing elements:

Typetype of differences bildet between neighbors and
Matmatrix used to perform differences between comparable data points.

Arguments

Type

[character(1)]
Indicates which difference is performed. This must be one of makediff1, makediff2 other makediff3.

Mat

[matrix(1)]
Matrix used to perfom differences.