popsom-internal: Internal popsom functions

Description Usage Details

Description

Internal popsom Functions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
map.embed.vm(map,conf.int=.95,verb=FALSE)
map.embed.ks(map,conf.int=.95,verb=FALSE) 
map.normalize(x, byrow = TRUE)
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, merge=FALSE, merge.range)
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)
compute.combined.clusters(map,heat,explicit,range)
get.unique.centroids(map, centroids)
distance.from.centroids(map, centroids, unique.centroids, heat)
cluster.spread(x, y, umat, centroids, map)
distance.between.clusters(map, centroids, unique.centroids, umat)
list.clusters(map,centroids,unique.centroids,umat)
list.from.centroid(map,x,y,centroids,umat)
combine.decision(within_cluster_dist,distance_between_clusters,range)
swap.centroids(map, x1, y1, x2, y2, centroids)
new.centroid(bmat, centroids, unique.centroids, map)

Details

These are not to be called directly by the user.


lutzhamel/popsom2 documentation built on May 25, 2020, 12:46 a.m.