| author | Benjamin Auder <benjamin@auder> | |
| Tue, 9 Dec 2014 00:44:55 +0000 (01:44 +0100) | ||
| committer | Benjamin Auder <benjamin@auder> | |
| Tue, 9 Dec 2014 00:44:55 +0000 (01:44 +0100) | ||
| commit | 15d1825d71db60d9b1e653c95feadc4d3d48efd3 | |
| tree | db12211bcdd655b2cea5d5ce9708e999017cd244 | tree | snapshot |
| .gitignore | [new file with mode: 0644] | blob |
| DESCRIPTION | [new file with mode: 0755] | blob |
| NAMESPACE | [new file with mode: 0755] | blob |
| R/clustering.R | [new file with mode: 0644] | blob |
| R/distances.R | [new file with mode: 0644] | blob |
| R/graphics.R | [new file with mode: 0644] | blob |
| R/main.R | [new file with mode: 0644] | blob |
| R/main.utils.R | [new file with mode: 0644] | blob |
| R/tests/helpers.R | [new file with mode: 0644] | blob |
| R/tests/runAll.R | [new file with mode: 0644] | blob |
| R/tests/t.clustering.R | [new file with mode: 0644] | blob |
| R/tests/t.connexity.R | [new file with mode: 0644] | blob |
| R/tests/t.utils.R | [new file with mode: 0644] | blob |
| R/zzz.R | [new file with mode: 0644] | blob |
| README | [new file with mode: 0755] | blob |
| art%3A10.1007%2Fs10651-012-0222-3.pdf | [new file with mode: 0644] | blob |
| data/TODO_artificial_data | [new file with mode: 0644] | blob |
| data/example.RData | [new file with mode: 0644] | blob |
| inst/TODO_manual.Rnw | [new file with mode: 0644] | blob |
| inst/doc/convex_optimization.pdf | [new file with mode: 0644] | blob |
| inst/doc/convex_optimization.tex | [new file with mode: 0644] | blob |
| man/.gitignore | [new file with mode: 0644] | blob |
| src/Makevars | [new file with mode: 0644] | blob |
| src/adapters/a.connexity.c | [new file with mode: 0644] | blob |
| src/adapters/a.convexSolver.c | [new file with mode: 0644] | blob |
| src/adapters/a.dijkstra.c | [new file with mode: 0644] | blob |
| src/adapters/a.kmeansClustering.c | [new file with mode: 0644] | blob |
| src/adapters/a.neighbors.c | [new file with mode: 0644] | blob |
| src/sources/connexity.c | [new file with mode: 0644] | blob |
| src/sources/connexity.h | [new file with mode: 0644] | blob |
| src/sources/convexSolver.c | [new file with mode: 0644] | blob |
| src/sources/convexSolver.h | [new file with mode: 0644] | blob |
| src/sources/dijkstra.c | [new file with mode: 0644] | blob |
| src/sources/dijkstra.h | [new file with mode: 0644] | blob |
| src/sources/kmeansClustering.c | [new file with mode: 0644] | blob |
| src/sources/kmeansClustering.h | [new file with mode: 0644] | blob |
| src/sources/neighbors.c | [new file with mode: 0644] | blob |
| src/sources/neighbors.h | [new file with mode: 0644] | blob |
| src/sources/utils/algebra.c | [new file with mode: 0644] | blob |
| src/sources/utils/algebra.h | [new file with mode: 0644] | blob |
| src/sources/utils/boolean.h | [new file with mode: 0644] | blob |
| src/tests/.gitignore | [new file with mode: 0644] | blob |
| src/tests/Makefile | [new file with mode: 0644] | blob |
| src/tests/helpers.c | [new file with mode: 0644] | blob |
| src/tests/helpers.h | [new file with mode: 0644] | blob |
| src/tests/main.c | [new file with mode: 0644] | blob |
| src/tests/t.connexity.c | [new file with mode: 0644] | blob |
| src/tests/t.convexSolver.c | [new file with mode: 0644] | blob |
| src/tests/t.dijkstra.c | [new file with mode: 0644] | blob |
| src/tests/t.kmeansClustering.c | [new file with mode: 0644] | blob |
| src/tests/t.neighbors.c | [new file with mode: 0644] | blob |