ModelSV-class {svcR}R Documentation

Class "ModelSV"

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("ModelSV", ...). or by calling the ModelSV function.

Slots

VectorWA:
Object of class "list" contains the lagrange coefficients : VectorWA$A
RadiusC:
Object of class "numeric" contains radius of the hypersphere containing data
SmallR:
Object of class "numeric" contains residu of radius

Author(s)

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

See Also

ModelSV

Examples


## exemple with iris data

fmc = findModelCluster.Test(); 

fmc@WVectorsYA$A; # lagrange coefficients


[Package svcR version 1.4.2 Index]