new_best_hrf_result | R Documentation |
This constructor wraps up the result from find_best_hrf
into a proper S3 class with a pretty print method.
new_best_hrf_result(
best_hrf_indices = NULL,
clusters = NULL,
cluster_representatives = NULL,
reassigned_hrfs = NULL,
L_best_hrfs = NULL,
L_unique = NULL,
L_proj = NULL,
X_proj = NULL,
reassigned_hrfs_smoothed = NULL
)
best_hrf_indices |
numeric vector of unique best HRFs |
clusters |
integer vector of clusters assigned to each unique HRF |
cluster_representatives |
integer vector of cluster medoids |
reassigned_hrfs |
integer vector of HRF IDs assigned to each voxel |
L_best_hrfs |
matrix of all best HRFs found |
L_unique |
matrix of unique HRFs (one per cluster/representative) |
L_proj |
matrix of the library projected into data space |
X_proj |
matrix of the data projection |
reassigned_hrfs_smoothed |
optionally the smoothed HRF assignments |
An object of class "best_hrf_result"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.