
Predict with an edaphos_foundation_ensemble
Source:R/foundation_posterior.R
predict.edaphos_foundation_ensemble.RdReturns 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.