Learn R Programming

semisupKernelPCA (version 0.1.5)

linkinfo-class: Class "linkinfo"

Description

Linking Information Class for Kernel Transformation

Arguments

Objects from the Class

Objects can be created by calls to the function linkinfo.

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

See Also

linkinfo

Examples

Run this code
data(iris)

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

length(lk)
lk <- add(lk, 1, 5, "link")
check(lk)

Run the code above in your browser using DataLab