IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy

Detailed Description

Eliminates low-variance features.

Features are selected above a variance threshold.

This file also demonstrates how objtool can be used to generate MATLAB code to create a function.

Definition in file data_eliminate_var0.m.

Go to the source code of this file.

Functions

function data_eliminate_var0 (in ds, in threshold)
 

Function Documentation

function data_eliminate_var0 ( in  ds,
in  threshold 
)
Parameters
dataInput dataset
threshold=1e-10. Variance threshold
Returns
feature-selected dataset