predict.rsig: Make Prediction

Description Usage Arguments Value See Also

View source: R/evaluate.R

Description

Return risk prediction on new data.

Usage

1
2
  ## S3 method for class 'rsig'
 predict(object, newdata, ...)

Arguments

object

[rsig]
An output object from rsig, see rsig.

newdata

[data.frame]
Data frame or matrix of input data (rows: examples, columns: features).

...

[ANY]
Additional arguments, currently ignored.

Value

Risk prediction on new data.

See Also

rsig, rsig.eval, rsig.all


rsig documentation built on May 30, 2017, 7:57 a.m.

Related to predict.rsig in rsig...