| circshift | Circular shift of array x by n steps. |
| discretize_letter | Discretize matrix according to letter. |
| dp_segment | Segmentation using dynamic programming |
| find_global_tiles | Find global tiles |
| get_function_list | Get tiling functions. |
| get_segment_bounds | Get segment bounds |
| global_tile | Find tiles using the GlobalTile algorithm. |
| ind2sub | Linear index to subscript |
| make_01model | Generates a random 0-1 matrix with some randomly planted... |
| make_01tiles | Generates a random 0-1 matrix with n rows and m columns, and... |
| make_dataset_list_synthetic | Make list with synthetic datasets |
| make_tile | Make a tile |
| max_tile | Find tiles using the MaxTile algorithm. |
| max_tile_main | Find maximum tiles given precision threshold alpha. |
| max_weight_tile_fnc | Max weight tile function |
| perf_all_metrics | Calculate all performance metrics. |
| perf_cardinality | Calculate cardinality. |
| perf_precision | Calculate precision. |
| perf_recall | Calculate recall. |
| plot_binary_matrix | Plot a binary matrix optionally with tiles. |
| plot_segments | Plot segments |
| random_shift_matrix | Shift n randomly chosen rows from the matrix by steps. |
| segmat_to_list | Convert a matrix with segments to a list |
| segments_to_tiles | Segments to tiles |
| shuffle_matrix | Randomly shuffle each row of a matrix |
| sub2ind | Subscript to linear index |
| tile2ind | Convert a tile to linear matrix indices |
| tiles2ind | Convert list of tiles to linear matrix indices |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.