linkinfo: Linking Information for Kernel Transformation

Description Usage Arguments Author(s) References Examples

View source: R/functions.R

Description

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

Usage

1
2
## S4 method for signature 'matrix'
linkinfo(mat)

Arguments

mat

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

Author(s)

Pierrick Bruneau
pbruneau@gmail.com

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

1
2
3
4
data(iris)

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

semisupKernelPCA documentation built on May 29, 2017, 8:59 p.m.