Skip to contents

Predict Method for Feature RSA Model

Usage

predict_model.feature_rsa_model(object, fit, newdata, ...)

Arguments

object

The trained feature RSA model (method, etc.)

fit

The fitted model object from training_model()

newdata

New feature data matrix (rows = test obs, cols = features)

...

Additional args

Value

Predicted brain activity X values (matrix).