File tree Expand file tree Collapse file tree
src/main/java/org/apache/datasketches Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 * <p>Given a sorted array of values <i>arr[]</i> and a search key value <i>v</i>, the algorithms for
4242 * the searching criteria are given with each enum criterion.</p>
4343 *
44- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
44+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
4545 * Sketching Quantiles and Ranks Tutorial</a>
4646 * @author Lee Rhodes
4747 */
Original file line number Diff line number Diff line change 4040 * <p>Given a sorted array of values <i>arr[]</i> and a search key value <i>v</i>, the algorithms for
4141 * the searching criteria are given with each enum criterion.</p>
4242 *
43- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
43+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
4444 * Sketching Quantiles and Ranks Tutorial</a>
4545 * @author Lee Rhodes
4646 */
Original file line number Diff line number Diff line change 2222/**
2323 * These search criteria are used by the KLL, REQ and Classic Quantiles sketches in the DataSketches library.
2424 *
25- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
25+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
2626 * Sketching Quantiles and Ranks Tutorial</a>
2727 *
2828 * @author Lee Rhodes
Original file line number Diff line number Diff line change 194194 * <p>[*] Note that obtaining epsilon may require using a similar function but with more parameters
195195 * based on the specific sketch implementation.</p>
196196 *
197- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
197+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
198198 * Sketching Quantiles and Ranks, Tutorial</a>
199199 * @see org.apache.datasketches.quantilescommon.QuantileSearchCriteria
200200 *
Original file line number Diff line number Diff line change 2828 * This abstract class provides a single place to define and document the public API
2929 * for the Relative Error Quantiles Sketch.
3030 *
31- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
31+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
3232 * Sketching Quantiles and Ranks Tutorial</a>
3333 *
3434 * @author Lee Rhodes
You can’t perform that action at this time.
0 commit comments