Learn R Programming

semisupKernelPCA (version 0.1.5)

linkinfo: Linking Information for Kernel Transformation

Description

Returns an empty object (ie no link specified) from the linkinfo class.

Usage

## S3 method for class 'matrix':
linkinfo(mat)

Arguments

mat
the kernel matrix to which we intend to associate some linking info. Determines the size of the object.

References

Pierrick Bruneau and Benoit Otjacques An Interactive, Example-Based, Visual Clustering System Tech Report, CRP Gabriel Lippmann, 2013 http://hal.archives-ouvertes.fr/hal-00797367

Examples

Run this code
data(iris)

krn <- computeKernel(iris[,1:4])
lk <- linkinfo(krn)

Run the code above in your browser using DataLab