3 %> @brief Properties Window
for @ref
aggr_bag
4 %> @image html Screenshot-uip_aggr_bag.png
13 function varargout = uip_aggr_bag(varargin)
14 % Last Modified by GUIDE v2.5 28-Aug-2011 23:27:02
16 % Begin initialization code - DO NOT EDIT
18 gui_State =
struct(
'gui_Name', mfilename, ...
19 'gui_Singleton', gui_Singleton, ...
20 'gui_OpeningFcn', @uip_aggr_bag_OpeningFcn, ...
21 'gui_OutputFcn', @uip_aggr_bag_OutputFcn, ...
22 'gui_LayoutFcn', [] , ...
24 if nargin && ischar(varargin{1})
25 gui_State.gui_Callback = str2func(varargin{1});
29 [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
31 gui_mainfcn(gui_State, varargin{:});
33 % End initialization code - DO NOT EDIT
36 % --- Executes just before uip_aggr_bag is made visible.
37 function uip_aggr_bag_OpeningFcn(hObject, eventdata, handles, varargin)
38 handles.output.flag_ok = 0;
39 guidata(hObject, handles);
43 % --- Outputs from this function are returned to the command clae.
44 function varargout = uip_aggr_bag_OutputFcn(hObject, eventdata, handles)
46 uiwait(handles.figure1);
47 handles = guidata(hObject);
48 varargout{1} = handles.output;
53 varargout{1} = output;
57 %############################################
60 function refresh(handles)
65 %############################################
66 %############################################
68 % --- Executes on button press in pushbuttonOK.
69 function pushbuttonOK_Callback(hObject, eventdata, handles)
82 handles.output.params = [other.params, {...
83 'block_mold', sclssr, ...
86 handles.output.flag_ok = 1;
87 guidata(hObject, handles);
95 % --- Executes on selection change in popupmenu_sgs.
96 function popupmenu_sgs_Callback(hObject, eventdata, handles)
98 % --- Executes during
object creation, after setting all properties.
99 function popupmenu_sgs_CreateFcn(hObject, eventdata, handles)
100 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
101 set(hObject,'BackgroundColor','white');
104 % --- Executes on selection change in popupmenu_clssr.
105 function popupmenu_clssr_Callback(hObject, eventdata, handles)
108 % --- Executes during
object creation, after setting all properties.
109 function popupmenu_clssr_CreateFcn(hObject, eventdata, handles)
110 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
111 set(hObject,'BackgroundColor','white');
Base Sub-dataset Generation Specification (SGS) class.
Property block_mold
must contain a block object that will be replicated as needed
Base class for all ensemble classifiers.
function listbox_get_selected_1stname(in h_listbox)
function listbox_load_from_workspace(in classname, in h_list, in flag_blank, in string_empty, in input)
function gui_set_position(in hObject)
Property sgs
SGS to do the bagging. Doesn't need to be a sgs_randsub one, actually. K-fold will work...
function irerrordlg(in errorstring, in dlgname)