1 %> @brief Log generated by an @ref
as_crossc
3 %> Allows one to extract elements:
4 %> @arg The average loadings matrix
5 %> @arg Each individually trained
block and respective output dataset
14 %> This will be set at go() time and used subsequently to reorder
15 %> the classlabels of extracted dataset(s)
21 o.classtitle = 'Cross-Calculation';
22 o.moreactions = [o.moreactions, {
'extract_blocks',
'extract_block',
'extract_datasets',
'extract_dataset'}];
28 %> Extracts fold-wise blocks
29 function out = extract_blocks(o)
33 %> Extracts a linear transform whose loadings is the average from all blocks loadings
34 function out = extract_block(o)
45 out.L_fea_x = o.blocks{1}.L_fea_x;
46 out.xname = o.blocks{1}.xname;
47 out.xunit = o.blocks{1}.xunit;
51 function out = extract_datasets(o)
55 %> Extracts cross-calculated output dataset
56 function out = extract_dataset(o)
Base Sub-dataset Generation Specification (SGS) class.
Log generated by an as_crossc.
Cross-calculation Analysis Session.
Loadings vector specified directly.
function data_renumber_classes(in ds_ori, in ref)
Property flag_ui
(GUI setting) Whether to "publish" in blockmenu and datatool. Note that a class can be "published" wi...
function data_merge_rows(in datasets)