SOM Toolbox | Online documentation | http://www.cis.hut.fi/projects/somtoolbox/ |
[sTstats,csThist] = som_stats_table(csS,histlabel)
SOM_STATS_TABLE Statistics table. [sTstats,csThist] = som_stats_table(csS) sTstats = som_stats_table(csS); som_table_print(sTstats); Input and output arguments ([]'s are optional): csS (cell array) of statistics structs (struct) a statistics struct sTstats (struct) a table struct with basic descriptive statistics for each variable csThist (cell array) of table structs, with histograms for each variable See also SOM_STATS, SOM_STATS_PLOT, SOM_TABLE_PRINT, SOM_STATS_REPORT.