Plot Marginal Distribution
Generate a plot that shows the marginal probability distribution of the neurons and data.
marginal(map,marginal)
map |
An object of type 'map'. |
marginal |
The name of a training data dimension or index. |
Lutz Hamel, Robert Tatoian
data(iris) ## set data frame and labels df <- subset(iris,select=-Species) labels <- subset(iris,select=Species) ## build a map m <- map(df,labels,xdim=15,ydim=10,train=10000) ## display marginal distribution of dimension 1 marginal(m,1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.