| SDMmodelCV-class {SDMtune} | R Documentation |
SDMmodelCV
Description
This Class represents an SDMmodel model object with replicates and hosts all the models trained during the cross validation.
Usage
## S4 method for signature 'SDMmodelCV'
show(object)
Arguments
object |
SDMmodelCV object |
Slots
modelslist. A list containing all the models trained during the cross validation.
dataSWD object. Full dataset used to make the partitions.
foldslist with two matrices, the first for the training and the second for the testing dataset. Each column of one matrix represents a fold with
TRUEfor the locations included in andFALSEexcluded from the partition.
Author(s)
Sergio Vignali
[Package SDMtune version 1.3.1 Index]