kernelMatrix-class {svcR} | R Documentation |
reading data, computation of the svc model and cluster labelling
Objects can be created by calls of the form new("kernelMatrix", ...)
.
or by calling the kernelMatrix
function.
matrixKernel
:"vector"
contains
kernel matrix with a vector format matrixK
:"matrix"
contains
kernel matrix with a matrix formatNicolas Turenne - INRA France nicolas.turenne@jouy.inra.fr
## exemple with iris data fmc = findModelCluster.Test(); fmc@MatriceK; # kernel matrix