├── LICENSE ├── README.md ├── README.mlx ├── classix.m ├── classix_t.m ├── data ├── BL_Sets.mat ├── Banknote.mat ├── Dermatology.mat ├── Ecoli.mat ├── Glass.mat ├── Iris.mat ├── Phoneme.mat ├── Seeds.mat ├── Wine.mat └── vdu_signals_single.mat ├── demos ├── Clustering_RNA_of_coronavirus.ipynb ├── Clustering_RNA_of_coronavirus.mlx ├── Comparing_MATLAB_and_Python_runtimes.ipynb ├── Comparing_MATLAB_and_Python_runtimes.mlx ├── Dealing_with_tightly_packed_clusters.ipynb ├── Dealing_with_tightly_packed_clusters.mlx ├── Segmenting_Greek_coins.ipynb ├── Segmenting_Greek_coins.mlx ├── The_out_structure_returned_by_CLASSIX.ipynb ├── The_out_structure_returned_by_CLASSIX.mlx ├── URI_machine_learning_benchmark.ipynb ├── URI_machine_learning_benchmark.mlx ├── Using_the_CLASSIX_Python_package_in_MATLAB.ipynb ├── Using_the_CLASSIX_Python_package_in_MATLAB.mlx └── x_mlx2ipynb.m ├── img ├── README_media │ ├── figure_0.png │ ├── figure_1.png │ ├── figure_2.png │ ├── figure_3.png │ └── figure_4.png ├── logo.png ├── logo.svg └── mlxtomd.m ├── matxsubmat.c ├── matxsubmat.mexw64 ├── matxsubmat_test.m ├── rand_index.m ├── test_classix_t.m ├── vecxspsubmat.c ├── vecxspsubmat.mexw64 └── vecxspsubmat_test.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/README.md -------------------------------------------------------------------------------- /README.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/README.mlx -------------------------------------------------------------------------------- /classix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/classix.m -------------------------------------------------------------------------------- /classix_t.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/classix_t.m -------------------------------------------------------------------------------- /data/BL_Sets.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/BL_Sets.mat -------------------------------------------------------------------------------- /data/Banknote.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/Banknote.mat -------------------------------------------------------------------------------- /data/Dermatology.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/Dermatology.mat -------------------------------------------------------------------------------- /data/Ecoli.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/Ecoli.mat -------------------------------------------------------------------------------- /data/Glass.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/Glass.mat -------------------------------------------------------------------------------- /data/Iris.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/Iris.mat -------------------------------------------------------------------------------- /data/Phoneme.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/Phoneme.mat -------------------------------------------------------------------------------- /data/Seeds.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/Seeds.mat -------------------------------------------------------------------------------- /data/Wine.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/Wine.mat -------------------------------------------------------------------------------- /data/vdu_signals_single.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/data/vdu_signals_single.mat -------------------------------------------------------------------------------- /demos/Clustering_RNA_of_coronavirus.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Clustering_RNA_of_coronavirus.ipynb -------------------------------------------------------------------------------- /demos/Clustering_RNA_of_coronavirus.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Clustering_RNA_of_coronavirus.mlx -------------------------------------------------------------------------------- /demos/Comparing_MATLAB_and_Python_runtimes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Comparing_MATLAB_and_Python_runtimes.ipynb -------------------------------------------------------------------------------- /demos/Comparing_MATLAB_and_Python_runtimes.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Comparing_MATLAB_and_Python_runtimes.mlx -------------------------------------------------------------------------------- /demos/Dealing_with_tightly_packed_clusters.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Dealing_with_tightly_packed_clusters.ipynb -------------------------------------------------------------------------------- /demos/Dealing_with_tightly_packed_clusters.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Dealing_with_tightly_packed_clusters.mlx -------------------------------------------------------------------------------- /demos/Segmenting_Greek_coins.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Segmenting_Greek_coins.ipynb -------------------------------------------------------------------------------- /demos/Segmenting_Greek_coins.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Segmenting_Greek_coins.mlx -------------------------------------------------------------------------------- /demos/The_out_structure_returned_by_CLASSIX.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/The_out_structure_returned_by_CLASSIX.ipynb -------------------------------------------------------------------------------- /demos/The_out_structure_returned_by_CLASSIX.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/The_out_structure_returned_by_CLASSIX.mlx -------------------------------------------------------------------------------- /demos/URI_machine_learning_benchmark.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/URI_machine_learning_benchmark.ipynb -------------------------------------------------------------------------------- /demos/URI_machine_learning_benchmark.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/URI_machine_learning_benchmark.mlx -------------------------------------------------------------------------------- /demos/Using_the_CLASSIX_Python_package_in_MATLAB.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Using_the_CLASSIX_Python_package_in_MATLAB.ipynb -------------------------------------------------------------------------------- /demos/Using_the_CLASSIX_Python_package_in_MATLAB.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/Using_the_CLASSIX_Python_package_in_MATLAB.mlx -------------------------------------------------------------------------------- /demos/x_mlx2ipynb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/demos/x_mlx2ipynb.m -------------------------------------------------------------------------------- /img/README_media/figure_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/img/README_media/figure_0.png -------------------------------------------------------------------------------- /img/README_media/figure_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/img/README_media/figure_1.png -------------------------------------------------------------------------------- /img/README_media/figure_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/img/README_media/figure_2.png -------------------------------------------------------------------------------- /img/README_media/figure_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/img/README_media/figure_3.png -------------------------------------------------------------------------------- /img/README_media/figure_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/img/README_media/figure_4.png -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/img/logo.png -------------------------------------------------------------------------------- /img/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/img/logo.svg -------------------------------------------------------------------------------- /img/mlxtomd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/img/mlxtomd.m -------------------------------------------------------------------------------- /matxsubmat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/matxsubmat.c -------------------------------------------------------------------------------- /matxsubmat.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/matxsubmat.mexw64 -------------------------------------------------------------------------------- /matxsubmat_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/matxsubmat_test.m -------------------------------------------------------------------------------- /rand_index.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/rand_index.m -------------------------------------------------------------------------------- /test_classix_t.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/test_classix_t.m -------------------------------------------------------------------------------- /vecxspsubmat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/vecxspsubmat.c -------------------------------------------------------------------------------- /vecxspsubmat.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/vecxspsubmat.mexw64 -------------------------------------------------------------------------------- /vecxspsubmat_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nla-group/classix-matlab/HEAD/vecxspsubmat_test.m --------------------------------------------------------------------------------