R/class.R

methods::setClass("BsProb1", methods::representation(X = "matrix", y = "vector", n = "numeric", col = "numeric", max_int = "numeric", max_fac = "numeric", pi = "numeric", gamma = "numeric", top = "numeric", Prob_fac = "data.frame", Prob_mod = "data.frame", nfac_mod = "vector", p_mod = "vector", fac_mod = "matrix"))
methods::setClass("MDopt", methods::representation(X = "matrix", y = "vector", Xcand = "matrix", Runs = "numeric", Fac = "numeric", nMod = "numeric", p_mod = "vector", fac_mod = "matrix", nFDes = "numeric", max_int = "numeric", g = "numeric", Iter = "numeric", nStart = "numeric", top = "numeric", MD = "data.frame", MDtop = "vector", DEStop = "data.frame"))
ana-vela7/BsMD2 documentation built on Dec. 19, 2021, 2:32 a.m.