File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1494,12 +1494,12 @@ \subsection{Using FLANN from python}
1494
1494
deleted the index, all in one step.
1495
1495
1496
1496
\item [\texttt {def save\_ index(self, filename) }] :\\
1497
- This method saves the index to a file. The dataset form which the index was
1498
- build is not saved.
1497
+ This method saves the index to a file. The dataset from which the index was
1498
+ built is not saved.
1499
1499
1500
1500
\item [\texttt {def load\_ index(self, filename, pts) }] :\\
1501
- Load the index from a file. The dataset for which the index was build must also
1502
- be provided since is not saved with the index.
1501
+ Load the index from a file. The dataset for which the index was built must also
1502
+ be provided since it is not saved with the index.
1503
1503
1504
1504
\item [\texttt {def set\_ distance\_ type(distance\_ type, order = 0) }] :\\
1505
1505
This function (part of the pyflann module) sets the distance type to be used. See
You can’t perform that action at this time.
0 commit comments