Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aaalgo committed Jun 22, 2016
1 parent 5e4e5e4 commit 608552c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kgraph-data.h
Expand Up @@ -79,7 +79,7 @@ namespace kgraph {
return r; return r;
} }
}; };
/// L2 distance.
struct l2 { struct l2 {
template <typename T> template <typename T>
static float apply (T const *t1, T const *t2, unsigned dim) { static float apply (T const *t1, T const *t2, unsigned dim) {
Expand Down Expand Up @@ -250,7 +250,7 @@ namespace kgraph {
} }
}; };


/// Oracle for matrix data. /// Oracle for Matrix or MatrixProxy.
/** DATA_TYPE can be Matrix or MatrixProxy, /** DATA_TYPE can be Matrix or MatrixProxy,
* DIST_TYPE should be one class within the namespace kgraph.metric. * DIST_TYPE should be one class within the namespace kgraph.metric.
*/ */
Expand Down

0 comments on commit 608552c

Please sign in to comment.