Files
mlpack/fastlib2/contrib/march/error
..
2008-05-01 03:23:38 +00:00
2008-04-29 19:39:39 +00:00
2008-05-18 03:56:17 +00:00
2008-04-29 19:39:39 +00:00
2008-04-29 19:39:39 +00:00
2008-05-01 03:19:20 +00:00

Compile with:

fl-build error_tester_main --mode=fast

Run with:

./error_tester_main

options:

--kernel={abs, rel, exp, gauss, hybrid, naive}

--bandwidth=double The single, global bandwidth for the Gaussians in the kernel sum

--data=filename  The dataset containing the matrix of Gaussian centers

--max_error=double  $\epsilon_{\text max}$ in the new error functions.  This is also epsilon in the relative and absolute error.

--steepness=double  Alpha in the new error functions

--min_error=double  $\epsilon_{\text min}$ in the new error functions.