R/create.R

create.pnn <- function() {
    nn <- list(
        model="Probabilistic neural network",
        set=NULL
    )
    return(nn)
}

Try the pnn package in your browser

Any scripts or data that you put into this service are public.

pnn documentation built on May 2, 2019, 9:30 a.m.