powered by
add(object, ...)
data(iris) krn <- computeKernel(iris[,1:4]) lk <- linkinfo(krn) lk <- add(lk, 1, 5, "link") lk <- add(lk, 3, 55, "notlink")
Run the code above in your browser using DataLab