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).