R/exhaustive_model_search_algorithm.R

#' Exhaustive.model.search.algorithm S4 Class
#'
#' @include model_search_algorithm.R
#'
# @export
#'
setClass("Exhaustive.model.search.algorithm",
         #    representation(score = "numeric", cluster = "list"),
         contains = "Model.search.algorithm"
)

Try the ceg package in your browser

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

ceg documentation built on May 2, 2019, 1:46 p.m.