Learn R Programming

multivarious (version 0.3.1)

summary.composed_projector: Summarize a Composed Projector

Description

Provides a summary of the stages within a composed projector, including stage names, input/output dimensions, and the primary class of each stage.

Usage

# S3 method for composed_projector
summary(object, ...)

Value

A tibble summarizing the pipeline stages.

Arguments

object

A composed_projector object.

...

Currently unused.