predict.singleton: make predictions from a "singleton" object

Description Usage Arguments Value Author(s) See Also

Description

Returns the value stored in the singleton. Intended for internal use only.

Usage

1
2
3
## S3 method for class 'singleton'
predict(object, type = c('response', 'class', 'nonzero'),
  ...)

Arguments

object

an object of class singleton

type

Type of prediction to be returned, "response" or "class"

...

ignored

Value

The value of the singleton

Author(s)

Scott Powers, Trevor Hastie, Robert Tibshirani

See Also

predict


saberpowers/customizedTraining documentation built on May 30, 2019, 8:27 a.m.