| 
 GENBALLD Generate ball distance matrix
     D = GENBALLD(N,K,E)    N 1xC vector with number of objects per class This routine generates C classes of balls in a K-dimensional hypercube with edges of length 100. The radii for class n is given in E(n). Balls do not intersect. The distances between the ball surfaces are returned in the labeled dataset. See alsoprtools, datasets, prdisdata, balls3d, balls5d, balls50d, 
 
 |