R/create.R

Defines functions create.grnn

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

Try the grnn package in your browser

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

grnn documentation built on May 1, 2019, 10:51 p.m.