reduce: Dimensionality reduction operations

dim_meanR Documentation

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)

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).

Value

An updated pipeline.


imbibe documentation built on Nov. 10, 2022, 5:54 p.m.