R6 Class representing a trainer for fitting models
Source:R/GOF_model_trainer.R
GOF_model_trainer.Rd
R6 does not offer interfaces. Hence all methods are considered as abstract. According to https://roxygen2.r-lib.org/articles/namespace.html#imports the R6Class import below is not necessary but we need it to get rid of a warning from the CRAN check :-(