IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
uip_clssr_mnr.m
Go to the documentation of this file.
1 %>@ingroup guigroup
2 %>@file
3 %>@brief Logistig Regression Properties Window
4 %> As the logistic regression model does not have any setup parameter at the moment, this script file when is called just creates a new block
5 function result = uip_clssr_mnr(o, data)
6 result.flag_ok = 1;
7 result.params = {};
8 
function uip_clssr_mnr(in o, in data)
Base Block class.
Definition: block.m:2