![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Files | |
file | assert_all.m [code] |
Makes all assertions. | |
file | assert_decider.m [code] |
Makes sure that the object is able to decide upon classes. | |
file | assert_meancentered.m [code] |
Checks whether the columns of X have mean zero up to a certain tolerance. | |
file | assert_standardized.m [code] |
Checks whether the columns of X have mean zero and variance 1 up to a certain tolerance. | |
file | atrtool.m [code] |
Compatibility: calls datatool.m. | |
file | check_hsc.m [code] |
check_hsc | |
file | classsplitter.m [code] |
file | close_windows.m [code] |
Closes windowsThis function closes the figures (close all) and browsers, so far. | |
file | colors_markers.m [code] |
Calls fig_assert.m. | |
file | compare.m [code] |
Shallow structure or cell comparison. | |
file | copy_obj.m [code] |
Shallow copy of object. | |
file | edit_ircode.m [code] |
Bypass to ircode_edit.m. | |
file | emptystruct.m [code] |
Creates empty structure with fields as in passed structure. | |
file | get_computer_name.m [code] |
Returns the host name. | |
file | guide_figs.m [code] |
Opens all .fig files in directory in GUIDE. | |
file | iif.m [code] |
in-line "IF"This function takes three parameters. The first parameter is a condition. If the condition is true, returns the second argument, otherwise the third. | |
file | irconfusion.m [code] |
file | irootlab_restart.m [code] |
file | irtools.m [code] |
file | irtools_data.m [code] |
Compatibility: calls datatool.m Because the NP paper mentions "irtools_data", this compatibility script is provided to avoid one problem. | |
file | make_one.m [code] |
Makes one block from manyIterates throught the cell of blocks. If an element is a block_cascade_base, extracts its blocks; otherwise adds the element. | |
file | maximize_window.m [code] |
Maximizes figure on screenHas a workaround to prevent figure from occupying two monitors, which consists of dividing the width by two if the width-to-height ratio is greater than 2. | |
file | protect_against_inf.m [code] |
Replaces infinite values by maximum/minimum. | |
file | setbatch.m [code] |
Assigns several fields to structure or object. | |
file | traintest.m [code] |
Runs a single train-test and returns the logged logs. | |