Skip to contents

Train a vector RSA model

Usage

# S3 method for class 'vector_rsa_model'
train_model(obj, train_dat, y, indices, ...)

Arguments

obj

An object of class vector_rsa_model.

train_dat

A data frame or matrix representing the training subset (e.g., voxel intensities).

y

Not used in vector RSA (here for consistency with other train_model generics).

indices

The spatial indices of the training data (ROI, searchlight, etc.).

...

Additional arguments.

Value

A structure containing "scores" or similar second-order similarity results.