dim_mean {imbibe} | R 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 |
Value
An updated pipeline.
[Package imbibe version 0.1.1 Index]