1 %> @brief Convex Polygonal Line (Rubberband-like) Baseline Correction
5 %> @image html rubberlike_explain.png
10 %> =1. Whether to trim the first and last variables, which are going to stop being variables, anyway. There may be cases when this is
11 %> not desired, e.g. when the baseline correction is being carried out exclusively for visualization of the spectra, without any
18 o.classtitle = 'Rubberband-like';
24 methods(Access=protected)
25 %> Applies
block to dataset
26 function data = do_use(o, data)
30 data = data.select_features(2:data.nf-1);
Convex Polygonal Line (Rubberband-like) Baseline Correction.
Baseline Correction base class.