Learn R Programming

popsom (version 4.0.1)

popsom-internal: Internal popsom functions

Description

Internal popsom Functions.

Usage

bootstrap(map,conf.int,data.df,k,sample.acc.v)
best.match(map,obs,full=FALSE)
accuracy(map,sample,data.ix)
coordinate(map,rowix)
rowix(map,x,y)
map.graphics.set()
map.graphics.reset(par.vector)
plot.heat(map,heat,explicit=FALSE,comp=TRUE)
compute.centroids(map,heat,explicit=FALSE)
compute.umat(map,smoothing=NULL)
compute.heat(map,d.in,smoothing=NULL)
df.var.test(df1,df2,conf = .95)
df.mean.test(df1,df2,conf = .95)
vsom.r(data,xdim,ydim,alpha,train)
vsom.f(data,xdim,ydim,alpha,train)
batchsom.private(data,grid,min.radius,max.radius,train,init,radius.type)

Arguments

Details

These are not to be called directly by the user.