celdaPerplexity,celdaList-method {celda} | R Documentation |
Returns perplexity for each model in a celdaList as calculated by 'perplexity().'
## S4 method for signature 'celdaList' celdaPerplexity(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) celdaCGGridModelPerplexities <- celdaPerplexity(celdaCGGridSearchRes)