Learn R Programming

semisupKernelPCA (version 0.1.5)

length.linkinfo: returns dimension of parameterized linkinfo object

Description

returns dimension of parameterized linkinfo object

Usage

## S3 method for class 'linkinfo':
length(object)

Arguments

object
a linkinfo class object, as created by linkinfo
...
unused additional arguments, for compliance with generic mechanism

Value

  • dimension of the object

Examples

Run this code
data(iris)

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

length(lk)

Run the code above in your browser using DataLab