Skip to contents

Projects new subject-level parcel time-series data into the common space defined by a fitted HATSA model.

Usage

# S3 method for class 'hatsa_projector'
predict(object, newdata_list, ...)

Arguments

object

A fitted hatsa_projector object.

newdata_list

A list of new subject data. Each element of the list should be a numeric matrix representing parcel time-series data for one subject (T_i time points x V_p parcels). Parcel count (V_p) must match the original data.

...

Additional arguments (currently unused, for S3 compatibility).

Value

A list of aligned spectral sketch matrices (U_aligned_new, V_p x k), one for each subject in newdata_list.