Skip to contents

Gets the ProcessingSettings S3 class object as defined by call and algorithm.

Usage

get_default_ProcessingSettings(
  engine = NA_character_,
  call = NA_character_,
  algorithm = NA_character_
)

Arguments

call

Character (length 1) with the method call name.

algorithm

Character (length 1) with the algorithm name.

Value

A ProcessingSettings S3 class object with subclass as defined by call and algorithm.