check.linkinfo: Checks the consistency of the object

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functions.R

Description

Checks the consistency of the object through temporary application of the transitive/composite closures

Usage

1
2
## S4 method for signature 'linkinfo'
check(object, ...)

Arguments

object

a linkinfo class object

...

unused additional arguments, for compliance with generic mechanism

Value

TRUE if the relations are consistent, FALSE else.

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

transform.linkinfo

Examples

1
2
3
4
5
6
7
data(iris)

krn <- computeKernel(iris[,1:4])
lk <- linkinfo(krn)
lk <- add(lk, 1, 5, "link")
lk <- add(lk, 3, 55, "notlink")
check(lk)

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