diff --git a/doc/manual.tex b/doc/manual.tex index f9e7c8741454f365ec1501570193dab22f39d110..8b5198e9b89a7eb81d2241924019c5cf3c7876e3 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -450,7 +450,7 @@ Index(const Matrix& points, const IndexParams& params, Distance distance = Distance() ); \end{Verbatim} \begin{description} -\item[features] Matrix containing the features(points) that should be indexed, stored in a row-major order (one point +\item[points] Matrix containing the features(points) that should be indexed, stored in a row-major order (one point on each row of the matrix). The size of the matrix is $num\_features \times dimensionality$. \item[params] Structure containing the index parameters. The type of index that will be constructed depends on the type