kernelMatrix-class {svcR}R Documentation

Class "kernelMatrix"

Description

reading data, computation of the svc model and cluster labelling

Objects from the Class

Objects can be created by calls of the form new("kernelMatrix", ...). or by calling the kernelMatrix function.

Slots

matrixKernel:
Object of class "vector" contains kernel matrix with a vector format
matrixK:
Object of class "matrix" contains kernel matrix with a matrix format

Author(s)

Nicolas Turenne - INRA France nicolas.turenne@jouy.inra.fr

See Also

kernelMatrix

Examples


## exemple with iris data

fmc = findModelCluster.Test(); 

fmc@MatriceK; # kernel matrix


[Package svcR version 1.4.2 Index]