Labelling-class {svcR}R Documentation

Class "Labelling"

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

Slots

ClassPoints:
Object of class "vector" contains class of grid points
NumPoints:
Object of class "vector" contains value fo grid points

Author(s)

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

See Also

Labelling

Examples


## exemple with iris data

fmc = findModelCluster.Test(); 

fmc@NumPoints; # values of the grid


[Package svcR version 1.4.2 Index]