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

View source: R/predict.singleton.R

predict.singletonR Documentation

Make predictions from a “singleton” object

Description

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

Usage

## 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


saberpowers/customizedTraining documentation built on Dec. 24, 2024, 2:08 a.m.