matlab - Sequential forward selection using many sets -


i trying perform methodology regression , not classification. know if can me so?

i have x matrix 2000 variables , y follows:

x = rand(100,2000); y  = rand(100,1); 

what want split x 100 subsets perform sequential forward selection or similar , each set, select best features , report r values.

does know how it?


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -