Learn R Programming

semisupKernelPCA (version 0.1.5)

check.linkinfo: Checks the consistency of the object

Description

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

Usage

## S3 method for class '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.

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

Run this code
data(iris)

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

Run the code above in your browser using DataLab