antsr_random_features.Rd
This function applies random projection to each matrix in a list of voxel matrices. It uses a fixed seed to ensure reproducibility across runs.
antsr_random_features(voxmats, k, seed = 42)
A list of projection matrices, each with dimensions (voxels × k).