toCControlList {gaselect}R Documentation

Transform the object to a list

Description

Get the control list for the C++ procedure genAlgPLS from the object

Usage

toCControlList(object)

## S4 method for signature 'GenAlgPLSEvaluator'
toCControlList(object)

## S4 method for signature 'GenAlgFitEvaluator'
toCControlList(object)

## S4 method for signature 'GenAlgUserEvaluator'
toCControlList(object)

## S4 method for signature 'GenAlgLMEvaluator'
toCControlList(object)

## S4 method for signature 'GenAlgControl'
toCControlList(object)

Arguments

object

The object

Value

A list with all items expected by the C++ code


[Package gaselect version 1.0.22 Index]