Learn R Programming

cccd (version 1.00.05)

cccd-internal: Internal functions for graph package

Description

Internal functions that should not be called by the user.

Usage

ccd.sequential(data,m=1,alpha=0.05)
ccd.nonsequential(data,m=1)
guess.dim(x,y)
vote(x)
pdistxy(x,y,d,p=2,w=NULL)
juggle1(data,classes,sampled=TRUE,
                   num=100,sample.proportion=0.1)
juggle2(data,classes,sampled=TRUE,
                   num=100,sample.proportion=0.1,
						 k=2)
juggle1.classify(data,J,tdata,indices)
juggle2.classify(data,J,tdata,indices)

Arguments

data
a matrix of observations.
m,alpha
arguments to ccd.
x,y
vectors or matrices.
d,p,w
arguments to pdist
sampled,classes,num,sample.proportion,k,J,tdata,indices
see juggle

Details

  • ccd.sequential,ccd.nonsequential
{ sequential and nonsequential versions of ccd. Called by ccd.} guess.dim{ tries to guess the dimension for pdist.} vote{called by prune. pdistxy is called by pdist when computing the distances between two data sets.}

See Also

ccd,pdist, juggle, prune,