cccd(x = NULL, y = NULL, dxx = NULL, dyx = NULL, p = 2, d = 2)
cccd.rw(x=NULL,y=NULL,dxx=NULL,dyx=NULL,p=2,d=2,m=1)
cccd.classifier(x,y)
cccd.classify(data, C)
cccd.classifier.rw(x,y,m=1,d=2)
cccd.multiclass.classifier(data, classes)
cccd.multiclass.classify(data,C)
dxx
or dyx
are missing.x
and edges defined according to the balls
$B(x,d(x,Y))$. There is an edge between vertices
$x_1,x_2$ if $x_2\in B(x_1,d(x_1,Y))$.D.J. Marchette, Random Graphs for Statistical Pattern Recognition, John Wiley & Sons, 2004.
C.E. Priebe, D.J. Marchette, J. DeVinney and D. Socolinsky, "Classification Using Class Cover Catch Digraphs", Journal of Classification, 20, 3-23, 2003.
ccd
, rng
, gg