Hi,
I created a custom feature selection algorithm with sdalg. Is it possible to use it in a pipeline so that I can do the following thing:
p = sdcrossval((myalgo*sdlinear)*sddecide,data)
I tried to use sdp_fsel but I got the following error when trying it:
>> p=sdp_fsel(14, [1 2 4 6])
??? Input argument "lab" is undefined.
Error in ==> C:\Program Files\MATLAB\R2009b\toolbox\prsd_toolbox\sdp_fsel.p>sdp_fsel at 24
Thanks
Mathieu

