| Maxent-class | R Documentation | 
This Class represents a MaxEnt model objects and hosts all the information related to the model.
## S4 method for signature 'Maxent'
show(object)
| object | Maxent object | 
resultsmatrix. The result that usually MaxEnt provide as a csv file.
regnumeric. The value of the regularization multiplier used to train the model.
fccharacter. The feature class combination used to train the model.
iternumeric. The number of iterations used to train the model.
extra_argscharacter. Extra arguments used to run MaxEnt.
lambdasvector. The lambdas parameters of the model.
coeffdata.frame. The lambda coefficients of the model.
formulaformula. The formula used to make prediction.
lpnnumeric. Linear Predictor Normalizer.
dnnumeric. Density Normalizer.
entropynumeric. The entropy value.
min_maxdata.frame. The minimum and maximum values of the continuous variables, used for clamping.
Sergio Vignali
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.