Learn R Programming

FastKRR (version 0.1.2)

param: Extract/print hyperparameters of fitted models

Description

"param()" is a generic S3 function that displays (and invisibly returns) model hyperparameters. Methods are provided for "krr" objects.

Usage

param(x, ...)

# S3 method for default param(x, ...)

Value

A named list of hyperparameters (invisibly); may print side effects.

Arguments

x

An object.

...

Additional arguments passed to methods.