Remove h3 from HnswGraph javadoc; doclet doesn't seem to like it

This commit is contained in:
Michael Sokolov 2020-11-17 09:37:25 -05:00
parent b9a93cf695
commit 02514e5bd6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import static org.apache.lucene.search.DocIdSetIterator.NO_MORE_DOCS;
* *
* The nomenclature is a bit different here from what's used in those papers: * The nomenclature is a bit different here from what's used in those papers:
* *
* <h3>Hyperparameters</h3> * <p><b>Hyperparameters</b></p>
* <ul> * <ul>
* <li><code>numSeed</code> is the equivalent of <code>m</code> in the 2012 paper; it controls the number of random entry points to sample.</li> * <li><code>numSeed</code> is the equivalent of <code>m</code> in the 2012 paper; it controls the number of random entry points to sample.</li>
* <li><code>beamWidth</code> in {@link HnswGraphBuilder} has the same meaning as <code>efConst</code> in the 2016 paper. It is the number of * <li><code>beamWidth</code> in {@link HnswGraphBuilder} has the same meaning as <code>efConst</code> in the 2016 paper. It is the number of