coef.gensvm.grid: Get the parameter grid from a GenSVM Grid object

View source: R/coef.gensvm.grid.R

coef.gensvm.gridR Documentation

Get the parameter grid from a GenSVM Grid object

Description

Returns the parameter grid of a gensvm.grid object.

Usage

## S3 method for class 'gensvm.grid'
coef(object, ...)

Arguments

object

a gensvm.grid object

...

further arguments are ignored

Value

The parameter grid of the GenSVMGrid object as a data frame.

Author(s)

Gerrit J.J. van den Burg, Patrick J.F. Groenen
Maintainer: Gerrit J.J. van den Burg <gertjanvandenburg@gmail.com>

References

Van den Burg, G.J.J. and Groenen, P.J.F. (2016). GenSVM: A Generalized Multiclass Support Vector Machine, Journal of Machine Learning Research, 17(225):1–42. URL https://jmlr.org/papers/v17/14-526.html.

See Also

gensvm.grid, gensvm-package

Examples


x <- iris[, -5]
y <- iris[, 5]

grid <- gensvm.grid(x, y)
pg <- coef(grid)



gensvm documentation built on Feb. 16, 2023, 5:58 p.m.