Skip to content

Commit

Permalink
allow prtDataSetRegress in featSel
Browse files Browse the repository at this point in the history
  • Loading branch information
peterTorrione committed Jan 12, 2018
1 parent 3064b83 commit 62dfd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion featSel/prtFeatSel.m
Expand Up @@ -15,7 +15,7 @@
function obj = prtFeatSel()
% As an action subclass we must set the properties to reflect
% our dataset requirements
obj.classTrain = 'prtDataSetClass';
obj.classTrain = 'prtDataSetStandard';
obj.classRun = 'prtDataSetStandard';
obj.classRunRetained = true;
end
Expand Down

0 comments on commit 62dfd81

Please sign in to comment.