
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'linkinfo':
transform(`_data`, ...)
check.linkinfo
data(iris)
krn <- computeKernel(iris[,1:4])
lk <- linkinfo(krn)
lk <- add(lk, 1, 5, "link")
lk <- add(lk, 3, 55, "notlink")
lk <- transform(lk)
Run the code above in your browser using DataLab