![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Calculates the stability curve for a set of feature subsets.
This function is suitable for feature subsets found using Sequential Forward Feature Selection
Kuncheva's "consistency" formula is I_c = (r-k^2/nf)/(k-k^2/nf), where r is the number of common elements in the two sets, and k is the number of elements of either sets
Kuncheva, L. I. A stability index for feature selection, 390-395.
subsets | matrix or cell of subsets. If matrix, each row is a subset. A subset contains feature indexes. If cell of subsets, all subsets must have the same number of elements |
nf | Number of features |
type | ='kun'. Type of stability measuse. Possibilities are:
|
type2='mul' |
|
Definition in file featurestability.m.
Go to the source code of this file.
Functions | |
function | featurestability (in subsets, in nf, in type, in type2) |
function featurestability | ( | in | subsets, |
in | nf, | ||
in | type, | ||
in | type2 | ||
) |