R/getWeights.S

"getWeights" <- 
function(x)
{
	if(class(x) != "som")
		stop("class of x must be 'som'")
	x$weights
}
harrysouthworth/kohonen documentation built on May 17, 2019, 3:03 p.m.