This Class represents a Maxnet model objects and hosts all the information
related to the model.
Usage
# S4 method for 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.