summary,Xfgpm-method {funGp}R Documentation

Summary method for Xfgpm objects

Description

Display a summary of the structure of a Xfgpm object, with a short description of up to n fgpm objects visited during the ACO optimization.

Usage

## S4 method for signature 'Xfgpm'
summary(object, n = 24, ...)

Arguments

object

A Xfgpm object.

n

Maximal number of lines (fgpm objects) to show.

...

Not used yet.

Details

The displayed information depends on the number of candidate inputs, in order to maintain compact tables. The inputs are labelled with integer suffixes, the prefix being "X" for scalar inputs and "F" for functional inputs.

Value

An object inheriting from list, actually a list containing one or two data frames depending on the number of inputs. In each data frame, the n rows provide information on the best fgpm objects visited.

Examples

summary(xm)

[Package funGp version 1.0.0 Index]