![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Returns indexes for manual feature selection.
Implements several ways of converting a list of features specificication into the actual feature indexes
Definition in file get_feaidxs.m.
Go to the source code of this file.
Functions | |
function | get_feaidxs (in x, in v, in v_type, in flag_complement) |
function get_feaidxs | ( | in | x, |
in | v, | ||
in | v_type, | ||
in | flag_complement | ||
) |
x | Feature x-axis, such as irdata::fea_x |
v | Contains ranges or an index list (see v_type below) to include, 1 in each row. |
v_type |
|
flag_complement | If 1, will exclude the specified variables |