Maxnet-class {SDMtune} | R Documentation |
Maxnet
Description
This Class represents a Maxnet model objects and hosts all the information related to the model.
Usage
## S4 method for signature 'Maxnet'
show(object)
Arguments
object |
Maxnet object |
Slots
reg
numeric. The value of the regularization multiplier used to train the model.
fc
character. The feature class combination used to train the model.
model
maxnet. The maxnet model object.
Author(s)
Sergio Vignali
[Package SDMtune version 1.3.1 Index]