Skip to contents

The studies object consists of eight slots

Constructor for the S4 Trained object.

Usage

Trained(
  fit = NULL,
  config = list(),
  learning.method = character(),
  nfeatures = integer()
)

Slots

fit

The trained object (can be of different class depending on the chosen learning method)

learning.method

The used learning method

config

A list containing the tested hyper-parameter configurations

np

a length-one integer vector