linkinfo-class: Class "linkinfo"

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

Linking Information Class for Kernel Transformation

Objects from the Class

Objects can be created by calls to the function linkinfo.

Slots

link:

Binary matrix containing the link-type contraints,
ie items of the respective kernel matrix should be linked if TRUE.

notlink:

Binary matrix containing the not-link-type contraints

Methods

length

signature(object = "linkinfo"): returns the number of elements associated to the object

add

signature(object = "linkinfo"): adds link or not-link instances in the relations

del

signature(object = "linkinfo"): removes instances from the relations

check

signature(object = "linkinfo"): checks the consistency of the relations

transform

signature(object = "linkinfo"): compute the transitive/composite closures of the relations (see reference)

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

See Also

linkinfo

Examples

1
2
3
4
5
6
7
8
data(iris)

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

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

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