Learn R Programming

SDMtune (version 1.1.0)

Maxnet-class: Maxnet

Description

This Class represents a Maxnet model objects and hosts all the information related to the model.

Arguments

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.