This Class represents a Maxnet model objects and hosts all the information related to the model.
# S4 method for Maxnet
show(object)
Maxnet object
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.
Sergio Vignali