Skip to contents

Returns the per-member prediction stack. For regression this is a (K_ens, N) matrix; for classification this is a (K_ens, N, n_classes) array of softmax probabilities.

Usage

# S3 method for class 'edaphos_foundation_ensemble'
predict(object, x, ...)

Arguments

object

An edaphos_foundation_ensemble.

x

New patches (N, C, H, W).

...

Forwarded to the member-wise predict() methods.

Value

A per-member prediction array (see above).