IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Conversion between variable types and formats

Detailed Description

Files

file  cell2classlabels.m
 Inverse of classlabels2cell (limited)
 
file  cell2csv.m
 Creates CSV string to be saved into CSV file.
 
file  cell2str.m
 Converts cell to string. The generated string will produce the same cell (i.e., c again) if eval()'uated.
 
file  classes2boolean.m
 Converts classes into a boolean matrix.
 
file  classes2labels.m
 Converts classes to labels.
 
file  classes2legends.m
 Makes legend cell based on existing classes and class labels.
 
file  classlabels2cell.m
 Class labels hierarchy resolver.
 
file  classlabels2classmap.m
 Creates class map from a list of class labels.
 
file  classmap2obsmap.m
 Converts class maps to observation maps.
 
file  color2hex.m
 Generates color string in HTML hexadecimal style.
 
file  colors2map.m
 converts colors to a map to be used by draw_stacked.m
 
file  compare_classes.m
 Compares two classes vectors given their corresponding class labels.
 
file  convert_to_str.m
 Makes it into something that can be eval()'ed.
 
file  get_feaidxs.m
 Returns indexes for manual feature selection.
 
file  get_probs.m
 Calculates per-class probabilities by counting the number of occurences for each class.
 
file  int2ord.m
 Converts integer to ordinal number string.
 
file  params2str.m
 Converts a parameters cell into a string.
 
file  params2str2.m
 Converts a parameters cell into a string.
 
file  parse_classmaps.m
 Parses expression into classmaps.
 
file  percs2no_unitss.m
 Converts percents to number of units with extra care.
 
file  renumber_classes.m
 Renumbers classes to match a new set of labels.
 
file  renumber_group_indexes.m
 Renumbers group indexes according to a different dataset.
 
file  renumber_vector_idooo.m
 Renumbers vector in descending order of occurences of its elements. Leaves elements which are <= 0 alone.
 
file  splitidxs2maps.m
 Converts splitidxs to cell of maps.
 
file  subsets2matrix.m
 Converts a cell of subsets into a matrix.
 
file  v_ind2x.m
 Converts indexes to x by linear [inter/extra]polation.
 
file  v_x2ind.m
 Determines the indexes in x corresponding to v by proximity measure.
 
file  classes2colormap.m
 Generates a colormap from an integer vector of classes.
 
file  itemlist2cell.m
 Returns an array of mapitem objects matching the informed criteria.
 
file  cy.m
 Aux function for bmtable.
 
file  make_one.m
 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  strip_code.m
 Extracts things like 'A' from things like 'code = "A"'.
 
file  strip_quotes.m
 Removes double quotes from both ends of the string.
 
file  uniquenesses.m
 Extract unique part of each string within a cell.