| ModelSV-class {svcR} | R Documentation |
reading data, computation of the svc model and cluster labelling
Objects can be created by calls of the form new("ModelSV", ...).
or by calling the ModelSV function.
lagrangeCoeff:"list" contains
the lagrange coefficients : VectorWA$A RadiusC:"numeric" contains
radius of the hypersphere containing dataSmallR:"numeric" contains
residu of radius Nicolas Turenne - INRA France nicolas.turenne@jouy.inra.fr
## exemple with iris data fmc = findSvcModel.Test(); L = getlagrangeCoeff(fmc); # catch lagrange coefficients L$A; # lagrange coefficients computed in the model