summary.Pipeline: Report a summary of an object of class Pipeline

Description Usage Arguments Examples

View source: R/summary.R

Description

A more detailed description will eventually go here...

Usage

1
2
## S3 method for class 'Pipeline'
summary(object, ...)

Arguments

object

an object of class Pipeline

...

additional parameters to be passed to summary. See Details below.

Examples

1
2
3
4
5
## Not run: 
pipeline <- newPipeline(label="example pipeline",cv="lgocv",nfolds=10,p=0.80)
summary(pipeline)

## End(Not run)

jperezrogers/rabbit documentation built on Feb. 9, 2020, 4:59 p.m.