resList,celdaList-method {celda} | R Documentation |
Returns all models generated during a 'celdaGridSearch()' run.
## S4 method for signature 'celdaList' resList(celdaList)
celdaList |
An object of class celdaList. |
List. Contains one celdaModel object for each of the parameters specified in the 'runParams()' of the provided celda list.
data(celdaCGGridSearchRes) celdaCGGridModels <- resList(celdaCGGridSearchRes)