Learn R Programming

imbibe (version 0.1.1)

dim_mean: Dimensionality reduction operations

Description

Dimensionality reduction operations

Usage

dim_mean(image, dim = 4L)

dim_sd(image, dim = 4L)

dim_max(image, dim = 4L)

dim_whichmax(image, dim = 4L)

dim_min(image, dim = 4L)

dim_median(image, dim = 4L)

dim_quantile(image, dim = 4L, prob)

dim_AR1(image, dim = 4L)

Value

An updated pipeline.

Arguments

image

An image object or pipeline.

dim

Integer value between 1 and 4, giving the dimension to apply the reduction along.

prob

For drt_quantile, the quantile probability to extract (analogously to quantile).