~registry/ssacontrolled/saxescriptsaes

« back to all changes in this revision

Viewing changes to mvpaptb/statmap_searchlight_AES.m

  • Committer: Amy Skerry
  • Date: 2013-06-18 15:02:23 UTC
  • Revision ID: amy.skerry@gmail.com-20130618150223-0q010udy3ka9u3lq
adding additional feature selection options to main classification stream

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
  %implement optional feature selection on this subset of the data
120
120
if fs_args.fstype==1
121
121
%load the feature selection map you previously created
122
 
fsmap=get_mat(subj, 'pattern', fs_args.initialfs_pat_map);
 
122
fsmap=get_mat(subj, 'pattern', fs_args.curiterationfs_pat_map);
123
123
fssphere=fsmap(vox_idx,:);
124
124
% figure out the best voxels
125
125
[sortedValues,sortIndex] = sort(fssphere,'ascend');