IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
uip_fsg_test_anova.m
Go to the documentation of this file.
1 %>@file
2 %>@ingroup guigroup
3 %>@brief Properties Window for @ref fsg_test_anova
4 %>
5 %> Redirects to @ref uip_fsg_test_t.m
6 %>
7 %> @sa uip_fsg_test_t.m, fsg_test_anova
8 
9 %>@cond
10 function out = uip_fsg_test_anova(varargin)
11 
12 out = uip_fsg_test_t();
13 %>@endcond
Feature subset grader - ANOVA.
Definition: fsg_test_anova.m:3