ClusterEval-class {svcR}R Documentation

Class "ClusterEval"

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

Slots

Precision:
Object of class "numeric" contains rate of homogenity

Author(s)

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

See Also

ClusterEval

Examples


## exemple with iris data

#model computation
fmc = findModelCluster.Test(); 

#precision assessment
P = ClusterEval.Pvalue(fmc);


[Package svcR version 1.4.2 Index]