| ClusterEval-class {svcR} | R Documentation |
reading data, computation of the svc model and cluster labelling
Objects can be created by calls of the form new("ClusterEval", ...).
or by calling the ClusterEval function.
Precision:"numeric" contains
rate of homogenity
Nicolas Turenne - INRA France nicolas.turenne@jouy.inra.fr
## exemple with iris data #model computation fmc = findSvcModel.Test(); #precision assessment P = ClusterEval.Pvalue(fmc);