R/autokeras_model_class.R

#' Autokeras Model Class Representation
#'
#' @importFrom methods setClass
#'
setClass("AutokerasModel",
  slots = c(
    model_name = "character",
    model = "ANY"
    # model="python.builtin.object" # not working
  )
)
jcrodriguez1989/autokeras documentation built on Jan. 23, 2021, 10:51 p.m.