[mlpack-git] (blog) master: details (3f972cb)

gitdub at mlpack.org gitdub at mlpack.org
Mon Jun 6 10:18:08 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/a778550a318f955adfe20465546ebf1bd4d2c894...3f972cb3957e2cba118010eb9053f0cca8b14235

>---------------------------------------------------------------

commit 3f972cb3957e2cba118010eb9053f0cca8b14235
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Mon Jun 6 11:18:08 2016 -0300

    details


>---------------------------------------------------------------

3f972cb3957e2cba118010eb9053f0cca8b14235
 content/blog/MarcosWeekTwo.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/MarcosWeekTwo.md b/content/blog/MarcosWeekTwo.md
index fd0fc2f..806f88d 100644
--- a/content/blog/MarcosWeekTwo.md
+++ b/content/blog/MarcosWeekTwo.md
@@ -9,6 +9,6 @@ Then, I continued working in existing neighbor search code, updating the dual tr
 
 As we are doing approximate search, we can prune more than when an exact solution is required. For example, for knn, we consider the prune rule:
 
-"Prune if $d_min(N_q, N_r) > ( 1 / (1 + \epsilon ) ) * B_1(N_q)$."
+Prune if $d_{min}(N_q, N_r) > ( 1 / (1 + \epsilon ) ) * B_1(N_q)$.
 
 Next week, I plan to continue working in the implementation of aprox knn, adding many test cases. Once everything is ready, I will merge it into the main repository.




More information about the mlpack-git mailing list