Home > lib > data_select_features.m

data_select_features

PURPOSE ^

[data_new, new_x] = data_select_features(data, v, v_type)

SYNOPSIS ^

function data_new = data_select_features(data, v, v_type)

DESCRIPTION ^

 [data_new, new_x] = data_select_features(data, v, v_type)
 Manual feature selection.
 v contains ranges or an index list (see v_type below) to include, 1 in each row.

 v_type: 'rx' if v is expressed in the same unit as data.x
         'ri' if v contains index ranges
         'i' if v contains feature indexes
 
 Example:
 v = [1800, 1474; 1432, 1401; 1313, 1176; 1134, 900], if v_type == 'x'
 or
 v = [1 86;97 105;128 163;174 235], if v_type == 'i'

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 18-Feb-2010 12:47:47 by m2html © 2003